Tree @master (Download .tar.gz)
History of
src
/
Language
@master
git clone https://git.catseye.tc/UampirNexol/
- Fix parser by giving parse rules for parsing operators. Chris Pressey 2 days ago
- Sequential composition with trashing should continue to trash. Chris Pressey 3 days ago
- Don't shadow identifiers (ghc 8.x seems more sensitive to this) Chris Pressey 3 days ago
- Small problem with parser. Small problem with typechecker! Chris Pressey 3 days ago
- Tidy up typechecking code. Chris Pressey 3 days ago
- Ensure previously unmeaningful locations can be made meaningful. Chris Pressey 3 days ago
- Check that unmeaningful values are not being used as meaningful. Chris Pressey 3 days ago
- Initial implementation of `trash`, more tests, type checking TODO. Chris Pressey 3 days ago
- Extract calls to `extern` routines. Chris Pressey 4 days ago
- Improve data type record name. Chris Pressey 4 days ago
- Failing test for extracting `extern` routines. Chris Pressey 4 days ago
- Fix the failing unit test, and enable anonymous routines as well. Chris Pressey 4 days ago
- Extract routines using Harvester instead of at CodeGen level. Chris Pressey 5 days ago
- Edge in the direction we're headed. There will be a leap. Chris Pressey 5 days ago
- Add Harvester module, which we will use before extraction now. Chris Pressey 5 days ago
- Parse extern expressions. Chris Pressey 5 days ago
- Move towards supporting extern decls: merge Expr and Type modules. Chris Pressey 5 days ago
- Change syntax for literal address. Chris Pressey 5 days ago
- Parse multiple bindings in a `let` block. Chris Pressey 6 days ago
- Add another debugging output option. Chris Pressey 6 days ago
- Allow building with ghc 8.x. Chris Pressey 7 days ago
- Describe situation of the evaluator code better. Chris Pressey 7 days ago
- Make compilable with ghc 8.x. (untested) Chris Pressey 9 days ago
- Arrange routines better in, and simplify, code serializer. Chris Pressey 9 days ago
- Improve documentation and refactor. Chris Pressey 9 days ago
- Generate RTS at end of subroutine, and measure its length properly. Chris Pressey 10 days ago
- Include addresses in subroutine calls, and refactor serializer. Chris Pressey 10 days ago
- Actually start extracting multiple routines from the expression. Chris Pressey 10 days ago
- Move towards extracting code for subroutine calls. Chris Pressey 10 days ago
- Attempt to resolve routine addrs. Chris Pressey 10 days ago