stdlib/fedora: Use grep -F when matching %fedora-rebuild-name
[goals.git] / src / lexer.mll
2020-01-20 Richard W.M. JonesRename tactic -> predicate.
2020-01-07 Richard W.M. JonesImplement pure functions.
2020-01-06 Richard W.M. Joneslexer: Use @{...} for quiet code sections.
2020-01-06 Richard W.M. Jonesparser: Fix tracking of beginning of line for error...
2020-01-06 Richard W.M. JonesAllow functions "returning strings" (etc), redefine...
2020-01-04 Richard W.M. JonesImplement functions.
2020-01-03 Richard W.M. Jonesparser: Optional semicolon between statements.
2020-01-03 Richard W.M. Joneslexer: Fix parsing of { characters in CODE sections.
2020-01-02 Richard W.M. JonesLexer: Allow "-" char in the middle of identifier names.
2019-12-31 Richard W.M. JonesImplement -include (optional include) command.
2019-12-30 Richard W.M. JonesImplement stdlib directory, -I, --no-prelude, etc.
2019-12-28 Richard W.M. JonesImplement tactics.
2019-12-23 Richard W.M. JonesDefine *file() syntax for tactic constructors.
2019-12-21 Richard W.M. JonesRename parsing/ to src/