Kayne Ruse
|
3ba2e420ea
|
Added _every() and _some()
|
2023-02-10 15:00:15 +00:00 |
|
Kayne Ruse
|
c81a139c97
|
Now handles unterminated block comments without freezing
|
2023-02-10 12:26:38 +00:00 |
|
Kayne Ruse
|
ee226ea426
|
Strengthened constness for cstrings and bytecode
|
2023-02-10 08:52:38 +00:00 |
|
Kayne Ruse
|
76a0290290
|
Removed export keyword from README.md
|
2023-02-09 17:46:28 +00:00 |
|
Kayne Ruse
|
e946a5f071
|
Patched segault in parser
|
2023-02-09 12:37:18 +00:00 |
|
Kayne Ruse
|
fc67d6a18b
|
Fixed a segfault
|
2023-02-09 08:24:16 +00:00 |
|
Kayne Ruse
|
60908c8bf3
|
Added panic state to Toy_Compiler to catch a certain condition
|
2023-02-09 07:58:55 +00:00 |
|
Kayne Ruse
|
b8e3324acb
|
tweak
|
2023-02-07 18:32:59 +00:00 |
|
Kayne Ruse
|
0fc8183799
|
Added _reduce
|
2023-02-06 09:46:20 +00:00 |
|
Kayne Ruse
|
c875ae7a0e
|
Added _forEach and _map, added tests for them
|
2023-02-06 00:51:07 +00:00 |
|
Kayne Ruse
|
c0ec5ef28e
|
Tested _concat() with clashing dict keys
|
2023-02-05 22:46:00 +00:00 |
|
Kayne Ruse
|
3088c4fe6d
|
Implemented _concat
|
2023-02-05 20:45:31 +00:00 |
|
Kayne Ruse
|
60225b733b
|
Added _getKeys() and _getValues()
|
2023-02-05 12:49:12 +00:00 |
|
Kayne Ruse
|
7b26527e95
|
Nesting index multiplication assignment fixed
This affects all arithmetic types applied to inner-nested compounds.
|
2023-02-05 06:28:24 +00:00 |
|
Kayne Ruse
|
386201b6e9
|
Added fib-memo.toy, fixed bugs until it worked
|
2023-02-04 17:01:58 +00:00 |
|
Kayne Ruse
|
fcd1cdf70b
|
Added a few characters that can be escaped
|
2023-01-31 12:37:18 +00:00 |
|
Kayne Ruse
|
ae1dc5841e
|
Added ternary operator, resolved #46
|
2023-01-14 10:24:15 +00:00 |
|
Kayne Ruse
|
8009f410a4
|
Added mustfail test, fixed compound type decl bug
|
2023-01-08 12:43:25 +00:00 |
|
Kayne Ruse
|
fa20763c07
|
Corrected negative timers
|
2022-11-12 11:30:24 +00:00 |
|
Kayne Ruse
|
5d240f85a6
|
BUGFIX: chained calls not being dottified
|
2022-11-04 11:13:40 +01:00 |
|
Kayne Ruse
|
bd348abf32
|
Added dot chaining for functions
Well, it should work without issues...
|
2022-10-14 23:58:15 +01:00 |
|
Kayne Ruse
|
aa44d5fd43
|
Added aliasing of standard as a feature of standard
|
2022-09-24 07:20:26 +01:00 |
|
Kayne Ruse
|
a7ca6d23d7
|
Reviewed the spec, fixed some bugs
|
2022-09-10 14:11:13 +01:00 |
|
Kayne Ruse
|
4b99ce2fb6
|
Fixed nested assignment bug
|
2022-09-09 17:55:23 +01:00 |
|
Kayne Ruse
|
28b1b8e2cc
|
Depth check
|
2022-09-07 19:00:24 +01:00 |
|
Kayne Ruse
|
9a55ff221a
|
Fixed some indexing bugs
|
2022-09-07 18:43:32 +01:00 |
|
Kayne Ruse
|
23fdec541d
|
Changed my mind about oftype/typeof
|
2022-09-07 15:02:17 +01:00 |
|
Kayne Ruse
|
4137b7f057
|
switched typeof for oftype, switched typeas for astype
|
2022-09-07 14:47:57 +01:00 |
|
Kayne Ruse
|
6c71a16e3e
|
Fixed type variable evaluation, it now occurs at var definition
|
2022-09-07 14:21:40 +01:00 |
|
Kayne Ruse
|
6511d652f2
|
It's bloody never-ending
|
2022-09-06 20:43:45 +10:00 |
|
Kayne Ruse
|
17f1dc8647
|
cleaning up tests
|
2022-09-06 09:22:50 +01:00 |
|
Kayne Ruse
|
b8f20add66
|
Finished slice and dot notation, needs a lot of testing
|
2022-09-06 06:46:50 +01:00 |
|
Kayne Ruse
|
f80709ae41
|
Solved a function scope issue
|
2022-09-05 16:39:09 +10:00 |
|
Kayne Ruse
|
ac35a859e0
|
Fixed a leak
|
2022-09-04 20:23:50 +10:00 |
|
Kayne Ruse
|
d12ad4f60d
|
Fixed codeStart issue
|
2022-09-04 08:51:19 +01:00 |
|
Kayne Ruse
|
32d6b7124c
|
All leaks plugged for the time being
|
2022-09-03 19:16:13 +10:00 |
|
Kayne Ruse
|
1b8559f0ef
|
Squashing bugs
|
2022-09-03 08:45:06 +01:00 |
|
Kayne Ruse
|
4ad33a3082
|
Fixed jumps in functions issue
|
2022-09-03 07:57:25 +01:00 |
|
Kayne Ruse
|
c58c8911fe
|
Going well tonight - need a break
|
2022-09-03 00:51:55 +10:00 |
|
Kayne Ruse
|
1f6b3e232d
|
I feel like there's just a few bugs left
|
2022-09-02 05:47:48 +10:00 |
|
Kayne Ruse
|
1c6c7e5d4f
|
I GIVE UP
|
2022-08-29 21:38:54 +10:00 |
|
Kayne Ruse
|
4f0aebc32f
|
Type casting is working:
|
2022-08-19 19:24:07 +01:00 |
|
Kayne Ruse
|
574a864dd0
|
Reworked the type system, types now have a single value
|
2022-08-17 17:39:33 +01:00 |
|
Kayne Ruse
|
7e01ead6ff
|
Fixed some issues in scope
|
2022-08-15 10:15:24 +01:00 |
|
Kayne Ruse
|
6b834ca6d1
|
Type checking in place
|
2022-08-15 03:52:44 +01:00 |
|
Kayne Ruse
|
4cda75df11
|
Added a limit to string and identifier lengths
|
2022-08-15 02:53:30 +01:00 |
|
Kayne Ruse
|
9e899f5974
|
Got scope-based variable shadowing working
|
2022-08-14 21:32:13 +01:00 |
|
Kayne Ruse
|
afad0d99cb
|
I think var declarations are working correctly; no type checking yet
|
2022-08-13 15:57:30 +01:00 |
|
Kayne Ruse
|
55aa6eb273
|
The value is displaying correctly, but not the type
|
2022-08-12 17:27:57 +01:00 |
|
Kayne Ruse
|
7424a681d6
|
Fixed a segfault
|
2022-08-12 15:14:21 +01:00 |
|