Bruce Hill
|
6f4b67632a
|
Renamed String -> Text
|
2018-01-11 01:09:26 -08:00 |
|
Bruce Hill
|
53a9d4eae8
|
Pretty much mostly working.
|
2018-01-10 20:45:03 -08:00 |
|
Bruce Hill
|
568a44ef19
|
Reworking some stuff so that functions only allow expressions to be
return values with either an explicit "return" statement or if they're
the only line in the function, and the line is an expression.
|
2018-01-07 18:45:27 -08:00 |
|
Bruce Hill
|
c92e5fbc81
|
Some overhaul of binary operators so that arbitrary math patterns work
fine.
|
2018-01-07 18:03:37 -08:00 |
|
Bruce Hill
|
2df539a762
|
More cleanup of vars.XX -> \%XX
|
2018-01-05 15:45:46 -08:00 |
|
Bruce Hill
|
cd4196d365
|
Tidying.
|
2018-01-03 01:04:21 -08:00 |
|
Bruce Hill
|
cfee75b21b
|
Reworked {} a bit and added dicts to the core language. Did some more
testing on string interpolations too.
|
2018-01-03 00:52:01 -08:00 |
|
Bruce Hill
|
536a3ba649
|
Got it working.
|
2017-12-13 16:29:15 -08:00 |
|
Bruce Hill
|
5903820699
|
Incremental progress towards working.
|
2017-12-04 17:54:52 -08:00 |
|
Bruce Hill
|
b3b8c4d731
|
Some stuff changed to allow escaped args and some other ports from the
two_defs branch.
|
2017-12-04 17:35:47 -08:00 |
|
Bruce Hill
|
f1a2c936de
|
Fixed some codegen stuff, optimized "say" for the common case of string
literals.
|
2017-11-01 16:49:11 -07:00 |
|