History of
README.md
@master
git clone https://git.catseye.tc/UampirNexol/
-
Add brief write-up to the README in prep for release of 0.1.
Chris Pressey
a day ago
-
Allow building with ghc 8.x.
Chris Pressey
7 days ago
-
Make compilable with ghc 8.x. (untested)
Chris Pressey
8 days ago
-
Improve documentation and refactor.
Chris Pressey
9 days ago
-
Include addresses in subroutine calls, and refactor serializer.
Chris Pressey
9 days ago
-
Clearly label as a work in progress.
Chris Pressey
10 days ago
-
Improve documentation.
Chris Pressey
10 days ago
-
Split up documentation, and attempt to add some notes.
Chris Pressey
10 days ago
-
Add a logo for UampirNexol.
Chris Pressey
21 days ago
-
Type STA so that the location is part of its output type.
Chris Pressey
22 days ago
-
Locations in expressions, and with these, implement STA.
Chris Pressey
22 days ago
-
Move definition of UampirNexol into its own file.
Chris Pressey
22 days ago
-
Tiny refactor.
Chris Pressey
22 days ago
-
Pass down environment during extraction, use it for let and vars.
Chris Pressey
22 days ago
-
Parse let constructs correctly, add some test cases for them.
Chris Pressey
22 days ago
-
Syntax for address locations, and hexadecimal literals.
Chris Pressey
a month ago
-
Implement while loop as syntactic sugar.
Chris Pressey
a month ago
-
Assign types to repeat..until expressions.
Chris Pressey
a month ago
-
Type-checking for `if` expressions.
Chris Pressey
a month ago
-
Extract code for `if` and `repeat` (probably) correctly.
Chris Pressey
a month ago
-
Add --type-check option, to disable type checking in extraction
Chris Pressey
a month ago
-
while -> repeat
Chris Pressey
a month ago
-
The explanation sounds awkward, but that's what's happening here.
Chris Pressey
a month ago
-
Jot down some TODO items.
Chris Pressey
a month ago
-
Improve the type checker so that these test cases pass.
Chris Pressey
a month ago
-
Type-check during extraction better, and format extraction nicely.
Chris Pressey
a month ago
-
Introduce Extractor module, add extract command, tests for same.
Chris Pressey
a month ago
-
More proper implementation of type checking (application, errors.)
Chris Pressey
a month ago
-
Fix application parser.
Chris Pressey
a month ago
-
Better name for immediate instruction, and better flags in types
Chris Pressey
a month ago