Calvin Rose
|
184fe31e0c
|
Add generator expressions for easier iteration.
Similar to python generator, but with the same
syntax as the loop macro.
|
2018-11-20 21:48:06 -05:00 |
|
Calvin Rose
|
1e87b01e02
|
Update makefile.
|
2018-11-19 15:33:19 -05:00 |
|
Calvin Rose
|
4e689c2279
|
Add table test. Add :repeat to loop macro.
|
2018-11-19 14:49:10 -05:00 |
|
Calvin Rose
|
a7860f1dd1
|
Update pretty printer to remove values
from seen table.
|
2018-11-19 09:57:24 -05:00 |
|
Calvin Rose
|
8520d3f6cb
|
Update pretty printer.
|
2018-11-19 02:41:52 -05:00 |
|
Calvin Rose
|
71e1584e72
|
Update loop macro and replace pretty printer
with C implementation.
|
2018-11-19 02:15:21 -05:00 |
|
Calvin Rose
|
1532697b37
|
Revise 32 bit nanbox implementation.
|
2018-11-18 16:43:43 -05:00 |
|
Calvin Rose
|
eb314ae903
|
Remove more casts.
|
2018-11-18 14:26:52 -05:00 |
|
Calvin Rose
|
4c4eff9390
|
Replace cast with type pun.
|
2018-11-18 14:17:50 -05:00 |
|
Calvin Rose
|
7ff74c8ac9
|
Add more documentation to the loop macro.
|
2018-11-18 09:55:31 -05:00 |
|
Calvin Rose
|
13d43eb09d
|
Update parser documentation.
|
2018-11-17 11:59:26 -05:00 |
|
Calvin Rose
|
fcbd24cedc
|
Add lots of documentation for all functions.
|
2018-11-16 16:24:10 -05:00 |
|
Calvin Rose
|
b20cbdfde6
|
Add os module documentation. Fix some fiber documentation.
|
2018-11-16 02:34:50 -05:00 |
|
Calvin Rose
|
945b72468c
|
Add a lot of documentation for functions.
|
2018-11-16 02:09:38 -05:00 |
|
Calvin Rose
|
d186aae1f8
|
Fix macroexpand function in core.
|
2018-11-15 18:28:55 -05:00 |
|
Calvin Rose
|
4d119e4e03
|
Begin adding more complete documentation.
|
2018-11-15 15:45:41 -05:00 |
|
Calvin Rose
|
d603e0eb8d
|
Fix interleave
|
2018-11-07 22:56:26 -05:00 |
|
Calvin Rose
|
3ba49ed111
|
Update core library.
|
2018-11-07 22:52:49 -05:00 |
|
Calvin Rose
|
2a127af1ca
|
A few fixes to things like macro expand, etc.
|
2018-11-07 22:27:06 -05:00 |
|
Calvin Rose
|
ecb9196e7b
|
Fix cfunctions not printing with whole name im some cases.
|
2018-10-22 01:28:39 -04:00 |
|
Calvin Rose
|
92202e1c8b
|
Add invert and simplify
env-lookups to env-lookup
|
2018-10-21 11:46:36 -04:00 |
|
Calvin Rose
|
98f2c6feab
|
Add lookups for marshalling and unmarshalling.
Allow generating lookup tables from the current environment.
|
2018-10-21 01:35:07 -04:00 |
|
Calvin Rose
|
c1923c5ada
|
Web assembly build with emscripten.
|
2018-10-16 23:08:26 -04:00 |
|
Calvin Rose
|
ba82290bae
|
Fix memory leaks in marsh.c - missing frees.
|
2018-10-04 17:33:44 -04:00 |
|
Calvin Rose
|
f41dab8f6c
|
Fix error in string.replace-all
|
2018-09-29 20:01:57 -04:00 |
|
Calvin Rose
|
e963672977
|
Make the assembler optional during compilation.
|
2018-09-29 10:58:57 -04:00 |
|
Calvin Rose
|
9b579c9ce6
|
Merge code back from correctgc.
|
2018-09-23 17:53:55 -04:00 |
|
Calvin Rose
|
a92893482b
|
Merge branch 'correctgc'
|
2018-09-23 17:46:49 -04:00 |
|
Calvin Rose
|
5f7c213c7b
|
Simpler changes to GC that don't kill performance as badly.
|
2018-09-23 17:46:11 -04:00 |
|
Calvin Rose
|
f5372dd188
|
Allow use of stack in gc.
|
2018-09-23 17:35:44 -04:00 |
|
Calvin Rose
|
f0553e9da7
|
Fix use of gettime
|
2018-09-22 21:50:43 -04:00 |
|
Calvin Rose
|
7131379021
|
Update for old osx versions.
|
2018-09-22 21:46:50 -04:00 |
|
Calvin Rose
|
d9752a9028
|
Garbage collection no longer blows stack.
|
2018-09-22 14:59:50 -04:00 |
|
Calvin Rose
|
16ac7ba1a1
|
Def and var evaluate to useful values.
|
2018-09-21 14:09:38 -04:00 |
|
Calvin Rose
|
7b9aedc53b
|
I have no memory of this.
|
2018-09-17 19:14:02 -04:00 |
|
Calvin Rose
|
361a2d5626
|
Update stuff.
|
2018-09-12 11:51:23 -04:00 |
|
Calvin Rose
|
3fd6ce5b10
|
Add string number functionality
|
2018-09-12 11:44:34 -04:00 |
|
Calvin Rose
|
bcb79ec9b2
|
Add os.time
|
2018-09-11 21:33:50 -04:00 |
|
Calvin Rose
|
0389971049
|
No errors compiling on BU linux (CentOS).
|
2018-09-10 14:54:12 -04:00 |
|
Calvin Rose
|
a86540a876
|
Update to work on CENTOS.
|
2018-09-10 14:21:08 -04:00 |
|
Calvin Rose
|
1ba3aeb3cd
|
Make stacktrace part of public API.
|
2018-09-09 21:20:33 -04:00 |
|
Calvin Rose
|
56c3b8aa94
|
Add ability to index into structs and dictionaries generically.
|
2018-09-09 12:13:32 -04:00 |
|
Calvin Rose
|
08dd06918e
|
Switch to mempcy in some slice functions.
|
2018-09-07 16:27:57 -04:00 |
|
Calvin Rose
|
2a907f8290
|
Fix number parsing.
|
2018-09-06 14:12:10 -04:00 |
|
Calvin Rose
|
c8ef2a0d88
|
Rename to janet
|
2018-09-05 22:18:42 -04:00 |
|
Calvin Rose
|
285f2d7ea9
|
More gracefully handle.
|
2018-09-03 12:51:57 -04:00 |
|
Calvin Rose
|
75c66ea6dd
|
Refactor native module declarations. marshal can now
serialize entire environment.
|
2018-08-26 14:35:01 -04:00 |
|
Calvin Rose
|
45d0597294
|
Remove apply1 and optimize apply.
|
2018-08-26 12:53:39 -04:00 |
|
Calvin Rose
|
ecdef8de8b
|
Working fiber marshaling.
|
2018-08-24 11:35:08 -04:00 |
|
Calvin Rose
|
b8a6cd84c0
|
Work on marshaling fiber.
|
2018-08-24 08:22:43 -04:00 |
|