Commit Graph

9 Commits

Author SHA1 Message Date
50c1d63ef4 simplified how to retrieve dbgi a bit 2025-09-28 00:42:01 +09:00
0128fe88dc change the way to read a token beginning with a colon.
added more primitive functions to the core module
2025-09-26 00:32:33 +09:00
4c000c2c9c updated hak_sqrtint() to return an error if a negative number is given.
added more primitives in the core module
2025-09-25 01:33:54 +09:00
d5eade91db permitted a binop token as the back of a dotted symbol for easier access to binop primitives via modules 2025-09-24 01:00:28 +09:00
6b0cf766ce added pragma liberal on/off 2025-09-22 20:19:35 +09:00
5819be7fa5 updating the compiler/reader to handle binops more specially 2025-09-21 17:13:47 +09:00
ef293d35d4 updated the compiler to be more strict when it comes to the places where methods can be defined.
yet to fix test cases
2025-09-12 23:12:49 +09:00
d8113efc28 expanded MAKE_FUNCTION and MAKE_LAMBDA to encode literal frame index to name.
expanded hak_context_t to store the name field taken from the compiled block
2025-09-05 22:41:45 +09:00
20d2db0e27 renamed hcl to hak 2025-09-02 23:58:15 +09:00