1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/test
Calvin Rose c6edf03ae8 Fix some code style, add tuple/type function.
We need to be able to detect tuple type from janet code, otherwise
tuples will contain hidden state. The tuple/type function is able
to detect the flags in the tuple so the programmer can access them
if needed.
2019-02-09 12:21:11 -05:00
..
helper.janet Fix = should have been ==. Add some tests for vm type asserts. 2019-01-08 12:26:01 -05:00
suite1.janet Expose more of the module system. 2019-01-18 12:04:34 -05:00
suite2.janet Make parser errors a bit better for files with no closing 2019-01-17 23:43:46 -05:00
suite3.janet Fix some code style, add tuple/type function. 2019-02-09 12:21:11 -05:00
suite0.janet Disallow NaN as table/struct key. 2019-01-28 11:50:33 -05:00