
LIGO lexer later). Added field [is_file] to the state of the lexer to know if the input is a file or not (insert or not a first line directive). Fixed ReasonLIGO comments in entrypoints-contracts.md and website2.religo. WIP on the LIGO lexer to properly handle comments for all the syntaxes.
6 lines
128 B
INI
6 lines
128 B
INI
SHELL := dash
|
|
BFLAGS := -strict-sequence -w +A-48-4 -g
|
|
|
|
clean::
|
|
> \rm -f Parser.msg Parser.msg.map Parser.msg.states Version.ml
|