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

1371 Commits

Author SHA1 Message Date
Dov Murik
ece4cad17f d: Fix crash on literal empty list
Issue #190
2016-03-31 14:46:52 -04:00
Dov Murik
4e258d3aec forth: Fix exception on literal empty list
Issue #190
2016-03-30 14:28:50 -04:00
Dov Murik
12e4facd67 ps: Fix exception on literal empty list
Issue #190
2016-03-30 13:15:23 -04:00
Dov Murik
f866576148 es6: Fix exception on literal empty list
Issue #190
2016-03-30 11:28:53 -04:00
Dov Murik
938e6903d2 clojure: Fix exception on literal empty list
Issue #190
2016-03-30 10:28:49 -04:00
Dov Murik
8b14c39e32 kotlin: Fix exception on literal empty list
Issue #190
2016-03-30 10:06:14 -04:00
Dov Murik
81eabb9986 guile: Fix crash/exception on literal empty list
Issue #190
2016-03-30 09:29:00 -04:00
Dov Murik
6f8a5d05fb julia: Fix exception on literal empty list
Issue #190
2016-03-30 09:18:38 -04:00
Dov Murik
920963d69f nim: Fix crash on literal empty list
Issue #190
2016-03-30 09:18:31 -04:00
Dov Murik
9c7a452efa io: Fix exception on literal empty list
Issue #190
2016-03-30 09:02:13 -04:00
Dov Murik
88af813b0c php: Fix exception on literal empty list
Issue #190
2016-03-30 08:56:24 -04:00
Dov Murik
f137cd30d6 fsharp: Fix exception on literal empty list
Issue #190
2016-03-28 16:56:23 -04:00
Dov Murik
cffab55147 haskell: Fix exception on literal empty list
Issue #190
2016-03-28 15:21:51 -04:00
Dov Murik
33783b0436 miniMAL: Fix exception on literal empty list
Issue #190
2016-03-28 15:13:54 -04:00
Dov Murik
127b36c15d ocaml: Fix exception on literal empty list
Issue #190
2016-03-28 15:13:05 -04:00
Dov Murik
52cee85649 elixir: Fix exception on literal empty list
Issue #190
2016-03-27 23:07:36 -04:00
Dov Murik
9f81ae17b0 go: Fix panic on literal empty list
Issue #190
2016-03-27 22:47:58 -04:00
Dov Murik
e48d19b224 perl: Fix exception on literal empty list
Issue #190
2016-03-27 22:40:21 -04:00
Dov Murik
864fa9f81c racket: Fix exception on literal empty list
Issue #190
2016-03-27 22:33:20 -04:00
Dov Murik
3c59a76700 lua: Fix exception on literal empty list
Issue #190
2016-03-27 22:26:14 -04:00
Dov Murik
9685275d8f c: Fix segfault on literal empty list
Issue #190
2016-03-27 22:21:46 -04:00
Dov Murik
8f27005f97 vimscript: Fix exception on literal empty list
Issue #190
2016-03-27 22:17:01 -04:00
Dov Murik
181a55ad00 tcl: Fix exception on literal empty list
Issue #190
2016-03-27 22:17:00 -04:00
Dov Murik
f53183a389 ruby: Fix exception on literal empty list
Issue #190
2016-03-27 22:16:59 -04:00
Dov Murik
3178009cd8 mal: Fix exception on literal empty list
Issue #190
2016-03-27 22:16:58 -04:00
Dov Murik
daf52a0aa8 js: Fix exception on literal empty list
Issue #190
2016-03-27 22:16:57 -04:00
Dov Murik
903b669d13 coffee: Fix exception on literal empty list
Issue #190
2016-03-27 22:16:56 -04:00
Dov Murik
1d10097734 process: Add literal empty list check to step3-stepA 2016-03-27 22:16:56 -04:00
Dov Murik
2318398419 tests: Add test for literal empty list in step3 2016-03-27 22:16:55 -04:00
Joel Martin
a04bfb67bc Merge pull request #191 from zmower/ada
An Ada implementation of mal
2016-03-27 16:38:18 -05:00
Chris M Moore
6faafa00a4 Ada: update README.md and add prompt to stepA 2016-03-26 15:33:29 +00:00
Chris M Moore
c18917d528 Merge branch 'master' into ada 2016-03-25 16:15:54 +00:00
Chris M Moore
9c38eb6d4b Ada: change *ARGV* and *host-language* to strings 2016-03-25 13:24:57 +00:00
Chris M Moore
7ae2311528 Ada: rework strings part 3 : strings are stored, printed and returned without the quotes 2016-03-25 12:55:27 +00:00
Chris M Moore
564a452500 Ada: rework strings part 2 : New_String_Mal_Type adds the quotes in 2016-03-25 12:19:22 +00:00
Chris M Moore
a249dff47b Ada: rework strings part 1 : Get_String returns the string minus the quotes 2016-03-25 11:33:33 +00:00
Chris M Moore
1606c35597 Ada: add ada to .travis.yml 2016-03-25 11:02:49 +00:00
Chris M Moore
6d34a1c5c0 Ada: add Dockerfile 2016-03-25 10:58:13 +00:00
Joel Martin
1c302e8c67 Merge pull request #189 from Wilfred/guide_subheading
Tweaking text in guide.
2016-03-24 21:11:44 -05:00
Wilfred Hughes
5c0526927a Tweaking text in guide.
Referring to the pseudocode in the process/ directory is important, but
it's easy to miss that detail when reading the guide for the first time.

Similarly, it's important to add a new Makefile in many cases, so
reformat to draw attention to that.
2016-03-24 21:49:00 +00:00
Joel Martin
c589fa779e Merge pull request #188 from dubek/guide-toc
process/guide.md: Add TOC; fix heading levels
2016-03-23 10:42:22 -05:00
Dov Murik
dc79144094 process/guide.md: Add TOC; fix heading levels 2016-03-22 23:41:10 -04:00
Chris M Moore
778942271c Ada: -O3 for some perf tests 2016-03-22 23:11:30 +00:00
Chris M Moore
365f02539b Ada: steps 3 and 4 do need eval_callback 2016-03-22 22:59:31 +00:00
Chris M Moore
988812a6f1 Ada: fix Makefile and re-write early steps to remove some dependencies 2016-03-22 22:30:39 +00:00
Chris M Moore
a8fc19aa64 Ada: remove lambda from eval_ast 2016-03-22 20:24:25 +00:00
Chris M Moore
453a89a0af Ada: fix script/command line mode 2016-03-22 20:16:35 +00:00
Chris M Moore
316d5bbd7c Ada: add seq 2016-03-22 07:40:44 +00:00
Chris M Moore
d2bb60d32e Ada: add string? 2016-03-20 22:29:39 +00:00
Chris M Moore
c2df4f1379 Ada: negative numbers in reader 2016-03-20 22:20:34 +00:00