暫無描述

Jeremiah Orians 9c0a9b192f Merge branch 'slow_lisp' of github.com:oriansj/mes-m2 into slow_lisp 5 年之前
functions 2e8f9acb0b Resurrected mes_posix.c and changed __stdin to struct cell* 5 年之前
include dce9a1b2a9 simple.sh: Add minimal mescc test. 6 年之前
lib 00dc151b55 Converted mes-m2 from array to struct based addressing 5 年之前
mes c9f2bf6d85 mes: drop into repl. 6 年之前
module 0022584877 Made the REPL more user friendly 5 年之前
scripts 953d4106fb Import minimal (./configure hardcoded) mescc (needs Nyacc). 6 年之前
test 2e8f9acb0b Resurrected mes_posix.c and changed __stdin to struct cell* 5 年之前
.dir-locals.el 77cb2d53f3 .dir-locals.el: set k&r (?) style. 6 年之前
.gitignore 4afe8eeebe Imported mescc tests 6 年之前
LICENSE 55b619475c Initial commit 7 年之前
README.md ba7e50e163 Starting harmonization process with mes.c 5 年之前
gcc_req.h 4f9b08c349 Get kaem.run results to build and pass all tests 5 年之前
kaem.run 2e8f9acb0b Resurrected mes_posix.c and changed __stdin to struct cell* 5 年之前
makefile 2e8f9acb0b Resurrected mes_posix.c and changed __stdin to struct cell* 5 年之前
mes.c 9c0a9b192f Merge branch 'slow_lisp' of github.com:oriansj/mes-m2 into slow_lisp 5 年之前
mes.h 0022584877 Made the REPL more user friendly 5 年之前
mes_builtins.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前
mes_cell.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前
mes_eval.c 0022584877 Made the REPL more user friendly 5 年之前
mes_init.c 0022584877 Made the REPL more user friendly 5 年之前
mes_list.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前
mes_macro.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前
mes_posix.c 0022584877 Made the REPL more user friendly 5 年之前
mes_print.c 2e8f9acb0b Resurrected mes_posix.c and changed __stdin to struct cell* 5 年之前
mes_read.c af07798662 added unquote-splicing and equality 5 年之前
mes_record.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前
mes_string.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前
mes_tokenize.c af07798662 added unquote-splicing and equality 5 年之前
mes_vector.c 5dd16a2267 made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection 5 年之前

README.md

mes-m2

Making Mes.c M2-Planet friendly

build with make test with make test or build with M2-Planet via: kaem --verbose --strict

run: export MES_CORE=0 to interact with C primitive version only