Initial work on converting the state machine to a state table

This commit is contained in:
2023-07-23 22:48:28 +01:00
parent 6e93d3ecd1
commit 91162654b3
2 changed files with 678 additions and 0 deletions

3
mk_table_generator Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
clang -Iinclude -Iinclude/lexer generate_state_table.c -o gentable