1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
Commit Graph

9 Commits

Author SHA1 Message Date
Joel Martin
4be8abdfee R: add native hash-map equality
- part of #116
2015-11-30 14:07:54 -05:00
Joel Martin
dbac60df00 All: move metadata, atoms, readline, conj to stepA.
- Move some of the more optional things (conj, readline) to stepA. All
  implementations pass step9 tests now.
- Move metadata and atoms to stepA.
- Update step9 and stepA diagrams.
2015-03-14 17:17:14 -05:00
Joel Martin
b8ee29b22f All: add keywords.
Also, fix nth and count to match cloure.
2015-01-09 16:16:50 -06:00
Joel Martin
f947d503f7 R: atom support, fixes for self-hosting. 2015-01-09 16:16:45 -06:00
Joel Martin
36737ae57e R: add hash-map and metadata support. 2015-01-09 16:16:44 -06:00
Joel Martin
8128c69a1d R: add step8_macros and step9_try. 2015-01-09 16:16:44 -06:00
Joel Martin
c30efef469 R: add step6_file and step7_quote
Change symbols to be special class.
2015-01-09 16:16:43 -06:00
Joel Martin
01feedfe22 R: add step4_if_fn_do and step5_tco.
Switch nil from NULL to special class.
2015-01-09 16:16:43 -06:00
Joel Martin
4d1456b98f R: step0-3, readline FFI. 2015-01-09 16:15:49 -06:00