diff --git a/Makefile b/Makefile index e567b37..d685209 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OBJECTS = $(SOURCES:.c=.o) DEPENDENCIES = $(SOURCES:.c=.d) TARGET?=oas OUTPUTS=oas oas-asan oas-msan oas-afl -RUNARGUMENTS?=-tokens tests/input/valid.asm +RUNARGUMENTS?=ast tests/input/valid.asm all: $(TARGET) diff --git a/doc/parser_grammar.txt b/doc/parser_grammar.txt new file mode 100644 index 0000000..e7e9315 --- /dev/null +++ b/doc/parser_grammar.txt @@ -0,0 +1,39 @@ + ::= * + ::=