greg
|
4d89dcc85e
|
Can specify language name with -l in any case
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
fe0e58efe7
|
Go directly to langauge by name
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
73612d1465
|
Define half-working
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
afd2b018f4
|
Language name in prompt
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d1a15b64ff
|
Get rid of old import
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
66e8643382
|
eq?
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
ad58fc1ad1
|
True and False primitives
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
adc7be30a9
|
Some primitive implementations
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
72097fa125
|
Fix pointer alias problem
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
ae9d93f6dc
|
Still tryign to make the pointer-munging work
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
3d421c7039
|
This has broken sexp parsing
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
166bc3b3cb
|
Fix print bug
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
2f263de8ba
|
Convert to more lispish Cons
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
46ae176498
|
Special forms list
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d84def35e7
|
Unwraps
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
07e55ca04e
|
Handle top-level empty list
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
6dcf5c7945
|
print list
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
568ee88f3a
|
Tighten code
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
8749ed984d
|
Some more code
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
559eaf54de
|
Type simplification
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
bf42b58ca5
|
State for eval
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
ecdcb7ff3d
|
Numbers
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
766209e5b2
|
Fixed string parsing
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
e9429ed62a
|
Strings partway working
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
6e188976f9
|
Quotes
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d235b47bc5
|
Change Symbol -> Word for token
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
3fcb840ce5
|
Fix bug
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
523bd179a4
|
Tighten code
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
35e715dfd6
|
Intersperse
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
6eb0fc8834
|
Parsing correctly yay
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
c0a5418c27
|
Tokens
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
42749c1ff6
|
Sexp parsing
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
42b9507af0
|
Parses (
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
38e85e2c78
|
Some halfwritten stuff
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
7c5fef49f8
|
List datatype
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
c1e214c701
|
Add a new language - Rukka
This is a (simple) lisp, partially for fun, partially for testing the
generic interfaces
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
66e3de41dd
|
Make schala-lib::language private and reexport
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
9545130fd3
|
Take TokenError type out of schala-lib
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
ef7412dcd5
|
I don't need this syntax
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
dee470cb8b
|
Kill some packages from schala bin
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
c057f068ef
|
Get rid of unused imports
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
c4dbdf1fe7
|
Refactor into libs part II
woo it compiles
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
4c7174e4c4
|
Halfway done to library-ifying schala
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
d0538faef3
|
PLIGenerators can be authoritative, not the instances themselves
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
b97da01370
|
Some simplification
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
b09efd3660
|
Passing things along as generators
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
a42a58b155
|
Don't need mutex, kill it
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
708c0ab103
|
Finally removed schala dependency
Now need to clena up everything
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
1d9d0c4395
|
Okay this compiles
The secret (from #rust) appeared to be that Fn() needed to have + Send
explicitly annotated on it
|
2018-07-26 00:52:45 -07:00 |
|
greg
|
ffb87ebb82
|
Working on solution to Rocket state problem
|
2018-07-26 00:52:45 -07:00 |
|