Joel Martin
9870acb645
matlab: fix empty list evaluation.
...
Part of #194 .
2016-04-02 17:26:53 -05:00
Dov Murik
7730ef754b
make: Fix empty/nil value for literal empty list
...
Issue #190
2016-04-01 16:49:55 -04:00
Dov Murik
d3ec299408
haxe: Fix exception on literal empty list
...
Issue #190
2016-04-01 16:23:45 -04:00
Dov Murik
3339bb6a17
factor: Fix exception on literal empty list
...
Issue #190
2016-04-01 16:15:42 -04:00
Dov Murik
eb243cd52c
scala: Fix exception on literal empty list
...
Issue #190
2016-03-31 22:31:49 -04:00
Dov Murik
8ec0c2ea49
groovy: Fix exception on literal empty list
...
Issue #190
2016-03-31 21:42:23 -04:00
Dov Murik
4525f9ea57
crystal: Fix exception on literal empty list in step3
...
Issue #190
2016-03-31 14:53:19 -04:00
Dov Murik
3636e7ddd6
bash: Fix crash on literal empty list
...
Issue #190
2016-03-31 14:46:57 -04:00
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