]> Witch of Git - ivy/history - src/main.rs
Require ivy_rt.a to be on the library path
[ivy] / src / main.rs
2020-03-03 Cassie JonesRequire ivy_rt.a to be on the library path
2020-03-02 Cassie JonesAdd support for some arithmetic built-ins
2020-03-01 Cassie JonesRemove unused ffi::OsStr import
2020-03-01 Cassie JonesAdd a compiler CLI
2020-03-01 Cassie JonesAdd an extensible framework for adding built-ins
2020-02-29 Cassie JonesAdd skeleton of x64 compilation code
2020-02-29 Cassie JonesAdd the target-independent trans module
2020-02-27 Cassie JonesAdd a pretty-printer for the AST
2020-02-27 Cassie JonesAdd support for globals which don't get captured
2020-02-27 Cassie JonesParse S-expressions into the abstract syntax tree
2020-02-27 Cassie JonesAn s-expression parser and an example program