aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-25`Where` should use empty struct typeinfosBruce Hill
2024-08-25Minor cleanupBruce Hill
2024-08-23Bugfix for say() when length is >512, and added back the `newline`Bruce Hill
2024-08-23Bugfix for parsing intsBruce Hill
2024-08-22Overhaul of import syntax. Now everything uses `use`: `use foo`, `useBruce Hill
2024-08-21Variables can no longer hold function pointers, only closure_t's. ThisBruce Hill
2024-08-20Bugfix some copy-on-write cases for when pointers are automaticallyBruce Hill
2024-08-20Remove unused parameter and add some docs on arraysBruce Hill
2024-08-19Update operators docs to include various undocumented features likeBruce Hill
2024-08-19Add postfix conditionals for return/skip/stop/function callsBruce Hill
2024-08-19Remove TODOBruce Hill
2024-08-19Document functionsBruce Hill
2024-08-19Update learnXinYBruce Hill
2024-08-19BugfixBruce Hill
2024-08-19Update docs with linksBruce Hill
2024-08-19Update readmeBruce Hill
2024-08-19Dim the secret ellipsisBruce Hill
2024-08-19Document struct(secret)Bruce Hill
2024-08-19Add docs for `lang`Bruce Hill
2024-08-19Add .text_content as a field on DSLs instead of a methodBruce Hill
2024-08-19Support DSL constructor working on DSL itselfBruce Hill
2024-08-19Restructure things so that DSL constructors do proper escapingBruce Hill
2024-08-19Bugfix :text_content() for DSLsBruce Hill
2024-08-19Clean up codegen for strings that are just a single interpolated valueBruce Hill
2024-08-19Document `deg`Bruce Hill
2024-08-19Update test to reflect new numeric precisionBruce Hill
2024-08-19Support demoting int literalsBruce Hill
2024-08-19Fix some numeric precision issues with how nums are printedBruce Hill
2024-08-19Fix precision of compiled numbersBruce Hill
2024-08-19Add -deg suffix: `90deg` for specifying degrees. Also fixed percentBruce Hill
2024-08-19Add test for importing initialized valuesBruce Hill
2024-08-19Make sure imported/used modules are initialized properlyBruce Hill
2024-08-19Update docsBruce Hill
2024-08-19Add colonsBruce Hill
2024-08-19Update docsBruce Hill
2024-08-19Move docs into one folderBruce Hill
2024-08-18Update channel API to take a Where parameterBruce Hill
2024-08-18Add Channel:peek()Bruce Hill
2024-08-18Update API for give/getBruce Hill
2024-08-18Rename push/pop to give/get, since it's not stack-orderedBruce Hill
2024-08-18Add Int:clamped() and Num:clamped()Bruce Hill
2024-08-18Update docsBruce Hill
2024-08-18Document array:first()Bruce Hill
2024-08-18Add array:first(predicate:func(x:&T)->Bool)->@%T?Bruce Hill
2024-08-18Update docsBruce Hill
2024-08-18Update docsBruce Hill
2024-08-18Update indexBruce Hill
2024-08-18More docsBruce Hill
2024-08-18Add `enum.tag` as a way to do a boolean test for whether a value has aBruce Hill
2024-08-18Deprecate `#` operator in favor of .length and fix up some issuesBruce Hill