Fix bugs, add propper tests
This commit is contained in:
21
old_tests/tokeniser/keywords.mcl
Normal file
21
old_tests/tokeniser/keywords.mcl
Normal file
@@ -0,0 +1,21 @@
|
||||
fn
|
||||
if
|
||||
else
|
||||
struct
|
||||
enum
|
||||
type
|
||||
while
|
||||
for
|
||||
break
|
||||
continue
|
||||
let
|
||||
const
|
||||
mut
|
||||
static
|
||||
true
|
||||
false
|
||||
include
|
||||
extern
|
||||
return
|
||||
as
|
||||
loop
|
||||
Reference in New Issue
Block a user