Skip to content

Commit

Permalink
do not parse (endo/ecto)symbiont names (close #151)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimus committed Feb 19, 2021
1 parent f08d1ff commit 669e1d2
Show file tree
Hide file tree
Showing 5 changed files with 938 additions and 376 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ peg:
goimports -w grammar.peg.go; \

ragel:
cd ent/preprocess; \
cd ent/internal/preprocess; \
ragel -Z -G2 virus.rl; \
ragel -Z -G2 noparse.rl

Expand Down
Loading

0 comments on commit 669e1d2

Please sign in to comment.