Rename tactic -> predicate.
[goals.git] / src / ast.mli
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. JonesAllow functions "returning strings" (etc), redefine...
2020-01-04 Richard W.M. JonesAst: Standard location for ocamldoc comments.
2020-01-04 Richard W.M. JonesImplement functions.
2020-01-03 Richard W.M. JonesAst: Remove functions which were moved to Eval module.
2020-01-03 Richard W.M. JonesSimplify Constructor -> Ctor.
2020-01-03 Richard W.M. Joneseval: If multiple goals match a tactic, run them all.
2020-01-02 Richard W.M. JonesAst: Rename ECallTactic to ETacticConstructor.
2020-01-02 Richard W.M. JonesAst: Change EGoal -> EGoalDefn, ETactic -> ETacticDefn.
2019-12-30 Richard W.M. JonesImplement stdlib directory, -I, --no-prelude, etc.
2019-12-28 Richard W.M. JonesImplement tactics.
2019-12-28 Richard W.M. JonesRemove Ast.PVar.
2019-12-27 Richard W.M. JonesAdd Ast.to_shell_script.
2019-12-26 Richard W.M. JonesFactor out param_decl and improvements to AST printing.
2019-12-25 Richard W.M. JonesRefactor evaluation.
2019-12-25 Richard W.M. JonesFix file() -> *file() in comment about tactics.
2019-12-25 Richard W.M. JonesRename Ast.StringMap -> Ast.Env
2019-12-23 Richard W.M. JonesBegin converting Ast print functions so they can be...
2019-12-23 Richard W.M. JonesDefine *file() syntax for tactic constructors.
2019-12-23 Richard W.M. JonesAttach parser location information to AST nodes.
2019-12-23 Richard W.M. JonesBasic evaluation.
2019-12-23 Richard W.M. JonesAdd environment to store variables and goals.
2019-12-22 Richard W.M. JonesCommand line parsing of anon args.
2019-12-21 Richard W.M. JonesRename parsing/ to src/