Calvin Rose
|
90496b99e8
|
Fix os.getenv error.
|
2018-07-11 19:11:34 -04:00 |
|
Calvin Rose
|
24f153a3bf
|
Add DST_PATH environment variable for specifying where to look for user libs.
|
2018-07-11 16:51:21 -04:00 |
|
Calvin Rose
|
55ff1ee7e8
|
Make range variadic.
|
2018-07-11 11:57:17 -04:00 |
|
Calvin Rose
|
a1bdc3a023
|
Better inline for put. Better printing for named functions.
|
2018-07-10 20:01:39 -04:00 |
|
Calvin Rose
|
5d290a67bf
|
Fix assembler bug.
|
2018-07-10 07:24:34 -04:00 |
|
Calvin Rose
|
6050a080b6
|
Fix sum and product.
|
2018-07-10 06:51:05 -04:00 |
|
Calvin Rose
|
e777dc4304
|
Improve product and sum
|
2018-07-09 23:29:15 -04:00 |
|
Calvin Rose
|
1acd2d1de7
|
Inlining for all built in comparators.
|
2018-07-09 21:24:22 -04:00 |
|
Calvin Rose
|
b860b0a3c5
|
Port some cfunctions in math.c to corelib as
assembled functions.
|
2018-07-08 23:10:02 -04:00 |
|
Calvin Rose
|
423ebc937a
|
Fix MSVC compiler error.
|
2018-07-08 21:14:08 -04:00 |
|
Calvin Rose
|
f232cf28ff
|
Try again with os.clock.
|
2018-07-08 21:10:15 -04:00 |
|
Calvin Rose
|
5b15ad9ff8
|
Try and fix os.clock on windows.
|
2018-07-08 20:54:41 -04:00 |
|
Calvin Rose
|
f92f358279
|
Make os.clock more meaningful by default.
|
2018-07-08 19:27:11 -04:00 |
|
Calvin Rose
|
08f6c642d0
|
Fix not= and odd?
|
2018-07-08 11:31:24 -04:00 |
|
Calvin Rose
|
f63d08efbd
|
Work to replace os.execute command with something safe.
|
2018-07-06 22:00:41 -04:00 |
|
Calvin Rose
|
bfd0c08c8f
|
Sleep can take non integer times in seconds.
|
2018-07-05 12:55:11 -04:00 |
|
Calvin Rose
|
3d7fff659a
|
Make native modules optional.
|
2018-07-04 14:00:11 -04:00 |
|
Calvin Rose
|
547529ebb2
|
Refactor dst_view_* functions.
|
2018-07-04 13:21:30 -04:00 |
|
Calvin Rose
|
f28172a996
|
Replace switch with case.
|
2018-07-04 01:28:31 -04:00 |
|
Calvin Rose
|
1f37919f39
|
Rename boot.dst to core.dst
|
2018-07-04 00:21:18 -04:00 |
|
Calvin Rose
|
a018f9f54a
|
Major refactor. Move files around, merge compiler into
core and other changes, work on inlining many c functions.
|
2018-07-03 23:07:35 -04:00 |
|
Calvin Rose
|
17685bd789
|
Refactor opereduce in cfuns.c
|
2018-07-02 19:53:35 -04:00 |
|
Calvin Rose
|
5e2de33ae7
|
Remove some c functions in favor of bytecode.
|
2018-07-02 00:12:36 -04:00 |
|
Calvin Rose
|
e60c8a9b75
|
Update indentation in boot and init to be more like
most lisps.
|
2018-07-01 21:12:46 -04:00 |
|
Calvin Rose
|
79225ad3d5
|
Add some inlining for a few builtins.
|
2018-07-01 19:35:45 -04:00 |
|
Calvin Rose
|
f1e1b89c67
|
Merge updates.
|
2018-07-01 15:56:17 -04:00 |
|
Calvin Rose
|
6822400abe
|
Fix large function compilation issue.
|
2018-07-01 15:53:57 -04:00 |
|
Calvin Rose
|
0bbf7d57b0
|
Small changes to boot.dst.
|
2018-07-01 12:44:41 -04:00 |
|
Calvin Rose
|
f4fc4a0bcc
|
Modularize compiler.
|
2018-07-01 11:52:15 -04:00 |
|
Calvin Rose
|
fde9751eab
|
Move asm into core and rename to asm/disasm (no prefix)
|
2018-06-29 22:52:55 -04:00 |
|
Calvin Rose
|
1ea9ebf04f
|
Fix sourcemapping bug with closures, add some library functions
to boot.dst
|
2018-06-29 19:44:33 -04:00 |
|
Calvin Rose
|
11ced5b582
|
Update macroexpand.
|
2018-06-29 17:42:00 -04:00 |
|
Calvin Rose
|
8697ca976a
|
Remove unused var byteindex.
|
2018-06-29 13:49:17 -04:00 |
|
Calvin Rose
|
33862e2e7b
|
Be more specific about location of compile error (we only know the innermost tuple).
|
2018-06-29 13:13:13 -04:00 |
|
Calvin Rose
|
5afde3f6d4
|
Add line numbers to repl like irb.
|
2018-06-29 13:01:23 -04:00 |
|
Calvin Rose
|
28cf753fa2
|
Source mapping v4 (line and column instead of byte offsets).
|
2018-06-29 11:13:06 -04:00 |
|
Calvin Rose
|
f93c84c21f
|
Source mapping v3 (performance improvements, better decoupling from parser).
|
2018-06-29 10:41:26 -04:00 |
|
Calvin Rose
|
cac39aba67
|
Merge branch 'master' of github.com:bakpakin/dst
|
2018-06-29 01:20:14 -04:00 |
|
Calvin Rose
|
2e472ec9a3
|
Version 2 of new source mapping.
|
2018-06-29 01:16:46 -04:00 |
|
Calvin Rose
|
bb406133de
|
New sourcemaps v1.
|
2018-06-28 23:37:04 -04:00 |
|
Calvin Rose
|
90b685f8f4
|
Fix getline not being pretty printed properly.
|
2018-06-26 13:57:49 -04:00 |
|
Calvin Rose
|
9805bfb635
|
Fix file.read to handle popen'ed files better (allow read with :all).
|
2018-06-26 09:37:34 -04:00 |
|
bakpakin
|
23dcfb986e
|
Allow expressions as keys in destructuring.
|
2018-06-25 15:34:06 -04:00 |
|
Calvin Rose
|
5e9d1d07b9
|
Better refresh after coming back from suspend.
|
2018-06-24 13:20:32 -04:00 |
|
Calvin Rose
|
ceff49a08d
|
Enable suspending repl with ctrl-z.
|
2018-06-24 13:18:44 -04:00 |
|
Calvin Rose
|
4e6fc341dc
|
Many updates to the sqlite module.
|
2018-06-23 19:19:26 -04:00 |
|
Calvin Rose
|
363a17ff8c
|
Convert get, put and length to normal functions, not c functions.
|
2018-06-17 13:55:02 -04:00 |
|
Calvin Rose
|
0cf10946b0
|
Add first version of marsh (marshaling).
|
2018-06-12 14:24:45 -04:00 |
|
Calvin Rose
|
f0f5af24c2
|
Add some debug information to more builtin functions.
|
2018-06-09 20:41:02 -04:00 |
|
Calvin Rose
|
2a87dada47
|
Rename fiber.resume and fiber.yield to
resume and yield.
|
2018-06-09 13:08:30 -04:00 |
|