Commit History
@master
git clone https://git.catseye.tc/Exanoke/
-
Update links in README.
Chris Pressey
1 year, 28 days ago
-
Merge pull request #1 from catseye/cleanups
Chris Pressey
(commit: GitHub)
3 years ago
-
Run tests on Python 2, or 3, or both, depending on what's available.
Chris Pressey
3 years ago
-
Remove RPython target. Remove doctest runner.
Chris Pressey
3 years ago
-
Make license information more visible to GitHub. No legal changes.
Chris Pressey
3 years ago
-
Mercurial no longer supported in this repo.
Chris Pressey
3 years ago
-
Make source run under both Python 2 and Python 3. Refactor tests.
Chris Pressey
3 years ago
-
Tiny cleanup of whitespace in README.
Chris Pressey
8 years ago
-
Added tag rel_1_0_2015_0101 for changeset add3fc17f37b
Chris Pressey
9 years ago
-
Add .{git,hg}ignore.
Chris Pressey
9 years ago
-
But it can run simple programs without crashing.
Chris Pressey
10 years ago
-
Allow it to compile under RPython (segfaults, though)
Chris Pressey
10 years ago
-
Move script from script/ to src/
Chris Pressey
10 years ago
-
Don't use deprecated Falderal variables anymore.
Chris Pressey
10 years ago
-
Added tag rel_1_0_2013_1022 for changeset 2dd7956e06e1
Chris Pressey
10 years ago
-
Add test driver script.
Cat's Eye Technologies
11 years ago
-
Markdown formatting tweak.
catseye
11 years ago
-
Added tag rel_1_0_2013_0105 for changeset 988b355a3b59
catseye
11 years ago
-
Update README to make it ready for release.
catseye
11 years ago
-
Update copyright date, license, README, and describe test cases.
catseye
11 years ago
-
Give example of computing factorial -- it's primitive recursive!
catseye
11 years ago
-
Aesthetics.
catseye
11 years ago
-
Add BSD license, not really WIP anymore, add shadowing-ok test.
catseye
12 years ago
-
Remove Self AST nodes, do arity checks -- all tests pass!
catseye
12 years ago
-
Implement function calls, get a few more tests to pass.
catseye
12 years ago
-
Add non-shrinking head and tail. Just need to eval functions now.
catseye
12 years ago
-
Add runtime. Interesting insight into how grammar is wrong-ish.
catseye
12 years ago
-
More passing tests, and I haven't even written the evaluator yet.
catseye
12 years ago
-
Make two more tests pass.
catseye
12 years ago
-
Change how errors are displayed; some tests actually pass now.
catseye
12 years ago