Commit Graph

1692 Commits

Author SHA1 Message Date
0a54b89653 Better error message 2025-04-06 00:28:38 -04:00
53f5178f71 Remove {} for empty sets 2025-04-05 10:51:07 -04:00
c9198cb480 More fixes 2025-04-05 02:29:11 -04:00
4299f6e243 More fixes 2025-04-05 02:26:18 -04:00
486f2153e8 Misc fixes 2025-04-05 02:13:24 -04:00
81316e0d97 Fix comparison with integer literals 2025-04-05 02:03:08 -04:00
e2ddd23b55 Fix some of the constructor logic 2025-04-05 01:54:39 -04:00
cb6a5f264c Fix up some tests and type_or_type 2025-04-05 01:43:20 -04:00
00fd2b9e67 Fix up tests 2025-04-05 01:08:12 -04:00
316eff8b4f Fix up more things 2025-04-05 01:07:09 -04:00
355ad95321 Fix remaining metamethods 2025-04-05 00:58:45 -04:00
f0b1a0f227 Fix metamethods for scaled_by and divided_by 2025-04-05 00:53:11 -04:00
7b735ab6fc Misc fixes 2025-04-04 18:29:09 -04:00
0b8074154e First working compile of refactor to add explicit typing to declarations
and support untyped empty collections and `none`s
2025-04-04 17:06:09 -04:00
fadcb45baf Allow specifying args like func foo(xs:[Int] = []) 2025-04-03 15:47:05 -04:00
2acc9c1f96 Allow empty table {} to work as an empty set literal in some cases 2025-04-03 15:42:07 -04:00
8ab991fba5 Allow using an untyped empty array/set/table literal for places where
the expected type is known
2025-04-03 15:40:57 -04:00
8d173710fe Deprecate heap_strf 2025-04-03 15:19:59 -04:00
cedae3039c Fix textual representation of table types 2025-04-03 15:01:23 -04:00
59993b8530 Add http-server to examples rule 2025-04-02 16:20:57 -04:00
2685c4c31f Move HTML into script 2025-04-02 16:19:57 -04:00
639de3e5df Update table syntax 2025-04-02 16:18:06 -04:00
6ec8f20fc5 Syntax change: table types are now: {K=V; default=...} and tables
use `{:K=V, ...; default=...}`
2025-04-02 16:14:20 -04:00
ecaf34247e Remove patterns from text docs 2025-04-02 16:11:24 -04:00
65c347be04 Bugfix for getting table default values 2025-04-02 15:46:17 -04:00
f908205df8 Update example in readme 2025-04-02 01:48:29 -04:00
34b78b4bf2 Bugfix for lang typeinfos 2025-04-01 23:18:06 -04:00
428f035d9e Add http-server example 2025-04-01 21:15:17 -04:00
f32d2a25c1 Rename default RNG to random 2025-04-01 21:03:45 -04:00
6328909e43 Tweak threads code 2025-04-01 20:59:20 -04:00
1754fc18fe Update makefile 2025-04-01 20:49:56 -04:00
ceec22e117 Update README 2025-04-01 20:48:14 -04:00
22b65b1c5c Fix some pattern usages 2025-04-01 20:10:17 -04:00
dd4c25e6b7 Update patterns API and docs 2025-04-01 20:08:36 -04:00
57ff9fdfc6 Update pattern docs 2025-04-01 19:36:43 -04:00
071a0beb68 Fix docs 2025-04-01 17:42:31 -04:00
83145ced31 Fix type casting issue 2025-04-01 17:28:34 -04:00
e91dceb212 Update array random docs and fix array random methods to check ranges 2025-04-01 17:12:53 -04:00
6de2d68a70 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -04:00
a32c374756 Add core library to avoid having to explicitly import a bunch of
common libraries
2025-04-01 15:34:24 -04:00
da4d18e7e8 Fork the process when compiling libraries to avoid cross-contamination
of one library's bindings leaking into another's
2025-04-01 15:23:53 -04:00
d888bec409 Clean up and improve patterns 2025-04-01 15:15:28 -04:00
354ed77535 Add back extra space 2025-04-01 15:02:21 -04:00
0cd929a661 Remove accidental extra newline 2025-04-01 15:01:44 -04:00
35e9feff6b Fix accidental colorizing of print output 2025-04-01 14:59:47 -04:00
fd5380625e Rename P -> Pat 2025-04-01 14:31:18 -04:00
f3af7e65f4 Show full doctest inspection if test fails 2025-04-01 14:12:00 -04:00
4d59fc2987 Move patterns into a module 2025-04-01 14:05:10 -04:00
7a2c99de74 Close out the type color when inspecting 2025-03-31 16:19:24 -04:00
911a398839 Update docs 2025-03-31 02:34:44 -04:00