Skip to content

Commit

Permalink
feat(arc): base parser for new games
Browse files Browse the repository at this point in the history
  • Loading branch information
xensik committed Feb 16, 2024
1 parent d244339 commit 78db94e
Show file tree
Hide file tree
Showing 13 changed files with 14,323 additions and 14 deletions.
10 changes: 10 additions & 0 deletions gen/jup/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
generate: arc

clean:
rm -rf ./parser2.hpp
rm -rf ./parser2.cpp

arc: parser.ypp
bison parser2.ypp -Wcounterexamples
mv parser2.hpp ../../include/xsk/arc/
mv parser2.cpp ../../src/arc/
Loading

0 comments on commit 78db94e

Please sign in to comment.