1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00
mal/ts
2017-02-26 11:05:38 +09:00
..
.gitignore TypeScript: setup initial environment 2017-02-23 00:33:40 +09:00
core.ts small fix 2017-02-25 14:44:11 +09:00
Dockerfile add Dockerfile 2017-02-25 11:11:28 +09:00
env.ts TypeScript: step 9 2017-02-25 00:21:30 +09:00
Makefile address comment 2017-02-26 11:05:38 +09:00
node_readline.ts small fix 2017-02-25 14:44:11 +09:00
package.json TypeScript: step A 2017-02-25 04:31:15 +09:00
printer.ts rename MalNull to MalNil 2017-02-25 14:16:51 +09:00
reader.ts fix typo 2017-02-26 10:57:19 +09:00
run TypeScript: setup initial environment 2017-02-23 00:33:40 +09:00
step0_repl.ts more fitting to process's txt 2017-02-25 11:44:45 +09:00
step1_read_print.ts more fitting to process's txt 2017-02-25 11:44:45 +09:00
step2_eval.ts small fix 2017-02-25 14:44:11 +09:00
step3_env.ts small fix 2017-02-25 14:44:11 +09:00
step4_if_fn_do.ts small fix 2017-02-25 14:44:11 +09:00
step5_tco.ts small fix 2017-02-25 14:44:11 +09:00
step6_file.ts small fix 2017-02-25 14:44:11 +09:00
step7_quote.ts small fix 2017-02-25 14:44:11 +09:00
step8_macros.ts small fix 2017-02-25 14:44:11 +09:00
step9_try.ts small fix 2017-02-25 14:44:11 +09:00
stepA_mal.ts small fix 2017-02-25 14:44:11 +09:00
tsconfig.json support --target es5 2017-02-25 10:34:37 +09:00
types.ts rename MalNull to MalNil 2017-02-25 14:16:51 +09:00
yarn.lock update dependencies 2017-02-24 07:41:49 +09:00