aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* rust: flush out repr functionbnewbold2016-04-201-4/+6
|
* rust: flush out parse functionbnewbold2016-04-201-8/+40
|
* rust: handle errors more gracefullybnewbold2016-04-191-12/+19
|
* rust: improve scheme_tokenizebnewbold2016-04-191-15/+41
|
* rust: first (broken) implementation of tokenizerbnewbold2016-04-191-3/+21
| | | | | Gets the type signatures right though... switch from &String to &str in a lot of places.
* rust: refactorsbnewbold2016-04-191-20/+29
| | | | | | | | Merge SchemeAtom and SchemeExpr enums. Make a lot more things references (not pass-by-value). Add lifetime annotations all over the place. Thanks for help Samantha!
* rust: start work on minimal.rsbnewbold2016-04-192-0/+88
|
* commit WIP on python and julia s-expressionsbnewbold2016-04-182-0/+159
|
* add damped-harmonic example from R7RS-little as a testbnewbold2016-04-051-0/+78
|
* basic, first draft Julia implementationbnewbold2016-02-141-0/+128
| | | | A fairly direct port from Python
* add a gitignore filebnewbold2016-02-141-0/+20
|
* commit TODO from ent laptopbryan newbold2014-05-011-0/+12
|
* simpler python test() resultbryan newbold2014-03-181-2/+2
|
* simple -> minimalbryan newbold2014-03-183-1/+1
|
* basic docsbryan newbold2014-03-122-0/+60
|
* simple python implementationbryan newbold2014-03-121-0/+158
|
* simple scheme implementationbryan newbold2014-03-121-0/+250
| | | | Based heavily on "The Little Schemer".
* previous commit was for history onlybryan newbold2014-03-121-255/+0
|
* minimal 'little schemer' impl; to be deletedbryan newbold2014-03-121-0/+255