Jeremiah Orians
|
9c0a9b192f
Merge branch 'slow_lisp' of github.com:oriansj/mes-m2 into slow_lisp
|
5 years ago |
Jeremiah
|
73cae7aa26
Merge pull request #5 from fosslinux/slow_lisp-help
|
5 years ago |
Jeremiah Orians
|
0022584877
Made the REPL more user friendly
|
5 years ago |
fosslinux
|
5567d89718
Add help message to mes.c
|
5 years ago |
Jeremiah Orians
|
5dd16a2267
made __stdin, __stdout and __stderr part of the cell space and fixed garbage collection
|
5 years ago |
Jeremiah Orians
|
2e8f9acb0b
Resurrected mes_posix.c and changed __stdin to struct cell*
|
5 years ago |
theruran
|
2d07f3a491
[PATCH] Incorrect writeobj definition
|
5 years ago |
Jeremiah Orians
|
9eadef604b
An incomplete and mostly wrong version of define-macro but it passes basic tests
|
5 years ago |
Jeremiah Orians
|
a7ca5ddba2
Starting to add support for macros in slow_lisp
|
5 years ago |
fosslinux
|
c2739c797f
Fix typo
|
5 years ago |
Jeremiah Orians
|
af07798662
added unquote-splicing and equality
|
5 years ago |
Jeremiah Orians
|
68ba63f3e8
Change output behavior to better match guile;
|
5 years ago |
Jeremiah Orians
|
b6500af64a
enabled mes environment variables
|
5 years ago |
Jeremiah Orians
|
993851c399
A crazy multiway merge with slow_lisp
|
5 years ago |
Jeremiah Orians
|
1ebdd5ec62
Simplify builtin-primitives
|
5 years ago |
Jeremiah Orians
|
e29ece69fd
Make it easier to inspect/walk vectors and structs in gdb
|
5 years ago |
Jeremiah Orians
|
ba7e50e163
Starting harmonization process with mes.c
|
5 years ago |
Jeremiah Orians
|
cdc7c914e5
Now passing 8/9 tests
|
5 years ago |
Jeremiah Orians
|
177484fba1
Reduced M2-Planet segfaults
|
5 years ago |
Jeremiah Orians
|
65e66fff6a
Added kaem.run script for M2-Planet builds
|
5 years ago |
Jeremiah Orians
|
503f941d46
Made mes_posix.c half-way M2-Planet compatible
|
5 years ago |
Jeremiah Orians
|
04e4f07265
Made mes_reader.c M2-Planet compatible
|
5 years ago |
Jeremiah Orians
|
6ca9438eb6
First file passes compatibility with M2-Planet
|
5 years ago |
Jeremiah Orians
|
92d1d3062a
Pulling out M2-Planet incompatibilities
|
5 years ago |
Jeremiah Orians
|
314917c343
Fix mes-m2 string behavior to be easier to debug
|
5 years ago |
Jeremiah Orians
|
00dc151b55
Converted mes-m2 from array to struct based addressing
|
5 years ago |
Jeremiah Orians
|
5111168c47
Starting major change in behavior
|
5 years ago |
Jeremiah Orians
|
27763bd29d
Stablized build and tests
|
6 years ago |
Jeremiah Orians
|
9df21f34cb
Replace SCM m0 with struct scm* M0 and removed g_cells references
|
6 years ago |
Jeremiah Orians
|
9031b8c15c
Converted SCM r0 into struct scm* R0
|
6 years ago |