MCLang, now with testing!

This commit is contained in:
2024-12-21 05:10:03 +02:00
parent 54b6df5862
commit debcf6ad6c
26 changed files with 1210 additions and 41 deletions

View File

@@ -0,0 +1,10 @@
Program {
ast: Block(
[],
),
structs: {},
enums: {},
types: {},
functions: {},
member_functions: {},
}

View File

@@ -0,0 +1,10 @@
Program {
ast: Block(
[],
),
structs: {},
enums: {},
types: {},
functions: {},
member_functions: {},
}

View File

@@ -0,0 +1,10 @@
Program {
ast: Block(
[],
),
structs: {},
enums: {},
types: {},
functions: {},
member_functions: {},
}

View File

@@ -0,0 +1,10 @@
Program {
ast: Block(
[],
),
structs: {},
enums: {},
types: {},
functions: {},
member_functions: {},
}

10
tests/parser/loops.exp Normal file
View File

@@ -0,0 +1,10 @@
Program {
ast: Block(
[],
),
structs: {},
enums: {},
types: {},
functions: {},
member_functions: {},
}

10
tests/parser/structs.exp Normal file
View File

@@ -0,0 +1,10 @@
Program {
ast: Block(
[],
),
structs: {},
enums: {},
types: {},
functions: {},
member_functions: {},
}