aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-03Allow specifying args like `func foo(xs:[Int] = [])`Bruce Hill
2025-04-03Allow empty table `{}` to work as an empty set literal in some casesBruce Hill
2025-04-03Allow using an untyped empty array/set/table literal for places whereBruce Hill
2025-04-03Deprecate heap_strfBruce Hill
2025-04-03Fix textual representation of table typesBruce Hill
2025-04-02Add http-server to `examples` ruleBruce Hill
2025-04-02Move HTML into scriptBruce Hill
2025-04-02Update table syntaxBruce Hill
2025-04-02Syntax change: table types are now: `{K=V; default=...}` and tablesBruce Hill
2025-04-02Remove patterns from text docsBruce Hill
2025-04-02Bugfix for getting table default valuesBruce Hill
2025-04-02Update example in readmeBruce Hill
2025-04-01Bugfix for lang typeinfosBruce Hill
2025-04-01Add http-server exampleBruce Hill
2025-04-01Rename default RNG to `random`Bruce Hill
2025-04-01Tweak threads codeBruce Hill
2025-04-01Update makefileBruce Hill
2025-04-01Update READMEBruce Hill
2025-04-01Fix some pattern usagesBruce Hill
2025-04-01Update patterns API and docsBruce Hill
2025-04-01Update pattern docsBruce Hill
2025-04-01Fix docsBruce Hill
2025-04-01Fix type casting issueBruce Hill
2025-04-01Update array random docs and fix array random methods to check rangesBruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill
2025-04-01Add `core` library to avoid having to explicitly import a bunch ofBruce Hill
2025-04-01Fork the process when compiling libraries to avoid cross-contaminationBruce Hill
2025-04-01Clean up and improve patternsBruce Hill
2025-04-01Add back extra spaceBruce Hill
2025-04-01Remove accidental extra newlineBruce Hill
2025-04-01Fix accidental colorizing of print outputBruce Hill
2025-04-01Rename P -> PatBruce Hill
2025-04-01Show full doctest inspection if test failsBruce Hill
2025-04-01Move patterns into a moduleBruce Hill
2025-03-31Close out the type color when inspectingBruce Hill
2025-03-31Update docsBruce Hill
2025-03-31Fully move all pattern code into patterns.cBruce Hill
2025-03-31Move pattern code into patterns fileBruce Hill
2025-03-31Remove threads and mutexed data from the language in favor of aBruce Hill
2025-03-31Deprecate do_begin/do_endBruce Hill
2025-03-30Prepend `do_begin` statements to `do` statements, don't put them in aBruce Hill
2025-03-30Add RW-lockBruce Hill
2025-03-30Add readme stuff about timesBruce Hill
2025-03-30Deprecate built-in Moment datatype in favor of a `time` moduleBruce Hill
2025-03-30Fix visibility of gc_memory_streamBruce Hill
2025-03-30Further support for .dylib files on mac by changing syntax for libraryBruce Hill
2025-03-30Fix more dylib issuesBruce Hill
2025-03-30Speculative fix for installing libraries on macBruce Hill