1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-08 21:04:21 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Calvin Rose
4e4dd31164 Change syntax for namespaces.
Add quasiquote, unquote, and unquote-splicing
as specials rather than a macro.
2018-11-30 22:49:21 -05:00
Calvin Rose
1e87b01e02 Update makefile. 2018-11-19 15:33:19 -05:00
Calvin Rose
fe7c591c40 Update deps. 2018-11-16 11:49:38 -05:00
Calvin Rose
56c3b8aa94 Add ability to index into structs and dictionaries generically. 2018-09-09 12:13:32 -04:00
Calvin Rose
c8ef2a0d88 Rename to janet 2018-09-05 22:18:42 -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
a91e29bc1d Fix parser bug. 2018-07-18 15:56:21 -04:00
Calvin Rose
11292c6bb3 Update require to handle natives better. 2018-07-16 22:55:45 -04:00
Calvin Rose
944ee5a9fb Update sqlite3 bindings with dst_*_view refactorings. 2018-07-05 11:10:13 -04:00
Calvin Rose
6e45b96644 Remove direct interaction with prepared statements from sql. 2018-06-24 10:54:42 -04:00
Calvin Rose
63eff235b0 Fix int64 coerce bug in sqlite3 binding. 2018-06-24 08:46:16 -04:00
Calvin Rose
4e6fc341dc Many updates to the sqlite module. 2018-06-23 19:19:26 -04:00
Calvin Rose
644219a8a5 Update natives makefile. 2018-05-22 20:45:52 -04:00
Calvin Rose
f8bda3af51 Add all-symbols, easy way to see all symbols in an environment. 2018-05-21 22:08:16 -04:00
Calvin Rose
de59c57e48 Make native modules easier to import. 2018-05-19 21:29:22 -04:00
Calvin Rose
c0e373f420 Add some test code and fix sqlite3 native example. 2018-05-17 13:34:11 -04:00
Calvin Rose
dafc121f4d Change c function macros to be explicitly non functional by
capitalizing them.
2018-05-12 20:31:28 -04:00
Calvin Rose
dcb903ffa6 Add makefile back in. 2018-05-09 18:14:30 -04:00
Calvin Rose
d3ca95c9bc Very minor changes. 2018-05-09 18:13:05 -04:00
Calvin Rose
640aaf76c9 Remove not working CMake file 2018-05-09 18:10:09 -04:00
Calvin Rose
c4c3a09366 Remove sqlite from repo and include download script in example makefile. 2018-05-09 18:08:55 -04:00
Calvin Rose
f47323c915 Change convention for naming modules and functions. 2018-05-08 19:40:28 -04:00
Calvin Rose
b31791200b Add long string syntax to dst. 2018-05-06 13:28:09 -04:00
Calvin Rose
181a38f412 Add sqlite3 native module to repo. 2018-05-05 23:51:29 -04:00