MCLang, now with testing!
This commit is contained in:
10
tests/parser/enumerations.exp
Normal file
10
tests/parser/enumerations.exp
Normal file
@@ -0,0 +1,10 @@
|
||||
Program {
|
||||
ast: Block(
|
||||
[],
|
||||
),
|
||||
structs: {},
|
||||
enums: {},
|
||||
types: {},
|
||||
functions: {},
|
||||
member_functions: {},
|
||||
}
|
||||
10
tests/parser/expressions.exp
Normal file
10
tests/parser/expressions.exp
Normal file
@@ -0,0 +1,10 @@
|
||||
Program {
|
||||
ast: Block(
|
||||
[],
|
||||
),
|
||||
structs: {},
|
||||
enums: {},
|
||||
types: {},
|
||||
functions: {},
|
||||
member_functions: {},
|
||||
}
|
||||
10
tests/parser/functions.exp
Normal file
10
tests/parser/functions.exp
Normal file
@@ -0,0 +1,10 @@
|
||||
Program {
|
||||
ast: Block(
|
||||
[],
|
||||
),
|
||||
structs: {},
|
||||
enums: {},
|
||||
types: {},
|
||||
functions: {},
|
||||
member_functions: {},
|
||||
}
|
||||
10
tests/parser/if-statements.exp
Normal file
10
tests/parser/if-statements.exp
Normal file
@@ -0,0 +1,10 @@
|
||||
Program {
|
||||
ast: Block(
|
||||
[],
|
||||
),
|
||||
structs: {},
|
||||
enums: {},
|
||||
types: {},
|
||||
functions: {},
|
||||
member_functions: {},
|
||||
}
|
||||
10
tests/parser/loops.exp
Normal file
10
tests/parser/loops.exp
Normal file
@@ -0,0 +1,10 @@
|
||||
Program {
|
||||
ast: Block(
|
||||
[],
|
||||
),
|
||||
structs: {},
|
||||
enums: {},
|
||||
types: {},
|
||||
functions: {},
|
||||
member_functions: {},
|
||||
}
|
||||
10
tests/parser/structs.exp
Normal file
10
tests/parser/structs.exp
Normal file
@@ -0,0 +1,10 @@
|
||||
Program {
|
||||
ast: Block(
|
||||
[],
|
||||
),
|
||||
structs: {},
|
||||
enums: {},
|
||||
types: {},
|
||||
functions: {},
|
||||
member_functions: {},
|
||||
}
|
||||
Reference in New Issue
Block a user