Skip to content

Commit

Permalink
completed stage 6 parser ( i think)
Browse files Browse the repository at this point in the history
  • Loading branch information
clifordjoshy committed Feb 2, 2022
1 parent 95513c4 commit 00a9376
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 2,671 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
*Parser.hs
*LabelLink.hs
*Compiler
*.info
2 changes: 1 addition & 1 deletion Stage6/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Parser.hs : Parser.y
LabelLink.hs : LabelLink.x
alex LabelLink.x

Compiler : Tokens.hs Parser.hs ParserState.hs Compiler.hs SyntaxTree.hs SymbolTable.hs LabelLink.hs XsmGen.hs
Compiler : Tokens.hs Parser.hs ParserState.hs Compiler.hs SyntaxTree.hs SymbolTable.hs LabelLink.hs XsmGen.hs TypeTable.hs
ghc --make Compiler -outputdir=__intermediate__

clean:
Expand Down
Loading

0 comments on commit 00a9376

Please sign in to comment.