implemented function parsing

This commit is contained in:
Lorenzo Torres 2025-12-03 18:22:34 +01:00
parent 7d6436bb97
commit b504739d59
6 changed files with 80 additions and 9 deletions

4
test.l Normal file
View file

@ -0,0 +1,4 @@
u32 a(u32 a)
{
u32 x = 3;
}