|
1e3fb8a2c0
|
Rename "NULL" to "NONE"
|
2024-11-24 16:18:21 -05:00 |
|
|
f868d02b08
|
Add NULL as a syntax for null values.
|
2024-11-21 13:00:53 -05:00 |
|
|
7a4f2e73ad
|
Rename from_text() to parse()
|
2024-11-09 15:11:11 -05:00 |
|
|
b8d7eabc02
|
Deprecate bit-width integer/num literals in favor of using type
constructors
|
2024-11-05 15:18:32 -05:00 |
|
|
fc9a6f1416
|
Add RNGs to the language
|
2024-11-03 22:37:48 -05:00 |
|
|
39a58bc129
|
Clean up behavior and syntax for unsigned bit shifts (<<<, >>>)
|
2024-11-03 16:06:26 -05:00 |
|
|
ce2aebe910
|
Update docs to reflect deprecation of "&" stack references
|
2024-10-27 21:14:27 -04:00 |
|
|
5a80ff0db3
|
Update docs to standardize function signature formatting
|
2024-10-09 13:48:45 -04:00 |
|
|
074cf22ad4
|
Change function syntax from func(args)->ret to func(args -> ret)
|
2024-10-09 13:26:28 -04:00 |
|
|
e422079fcc
|
Add a Byte datatype
|
2024-09-15 15:33:47 -04:00 |
|
|
3513b94fc7
|
Unify parsing code to correctly handle parsing integers and numbers with
a &success boolean. Check for overflow as well.
|
2024-09-04 16:08:34 -04:00 |
|
|
67e8f2dea0
|
Move docs into one folder
|
2024-08-19 00:23:02 -04:00 |
|