Added flags to language specifiction. Added optional expect string to language specification. Added some exaple grammars for testing and demos
This commit is contained in:
11
examples/minimal.smallc
Normal file
11
examples/minimal.smallc
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "stdio.h"
|
||||
|
||||
main() {
|
||||
|
||||
int i;
|
||||
int j;
|
||||
|
||||
j = 10;
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user