aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-03Fix for missing codepoint namesBruce Hill
2024-09-03Updated docsBruce Hill
2024-09-03Update docsBruce Hill
2024-09-03Add [..int] and [..num]Bruce Hill
2024-09-02Add text slicingBruce Hill
2024-09-02Fix some stuff around Text:find() and text indexingBruce Hill
2024-09-02Add Text:find_all()Bruce Hill
2024-09-02Fix splitting an empty stringBruce Hill
2024-09-02Add Text:join() and testsBruce Hill
2024-09-02Add Text:split() and use that with an empty pattern instead of Text:clusters()Bruce Hill
2024-09-02Add Text:lines()Bruce Hill
2024-09-02Improve testBruce Hill
2024-09-02Add %#k printing and fix issue with concatenating zero-length stringsBruce Hill
2024-09-02WIP fixes for synthetic graphemes and adding some text conversionBruce Hill
2024-09-02Bugfix for hex escapes adjacent to hex-like charactersBruce Hill
2024-09-02Fix testBruce Hill
2024-09-02Text fixesBruce Hill
2024-09-02Fix casing methodsBruce Hill
2024-09-02Fix printing issueBruce Hill
2024-09-02Fixing string methodsBruce Hill
2024-09-02Auto promote to C String from TextBruce Hill
2024-09-02Bugfix some text replacement thingsBruce Hill
2024-09-02Fix up some integer and print statement stuffBruce Hill
2024-09-02Bugfix int parsingBruce Hill
2024-09-02Fix enums/structsBruce Hill
2024-09-02BugfixBruce Hill
2024-09-02Fix some stuffBruce Hill
2024-09-02BugfixBruce Hill
2024-09-02Initial WIP first pastBruce Hill
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