Created
February 8, 2016 10:24
-
-
Save yutopp/90ca6ab79a83ee68905c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MENHIR_FLAGS_BASE = --infer -v | |
MENHIR_FLAGS = $(MENHIR_FLAGS_BASE) --only-tokens | |
MenhirMulti(tokens, tokens) | |
OCamlGeneratedFiles(tokens.ml) | |
MENHIR_FLAGS = $(MENHIR_FLAGS_BASE) --external-tokens Tokens | |
MenhirMulti(parser, tokens parser) | |
OCamlGeneratedFiles(parser.ml lexer.ml) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment