aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-02Add `colorful` DSLBruce Hill
2025-03-02Bugfix for recursive replacement on Text.replace_all()Bruce Hill
2025-03-01Fix docs for recursive replace_allBruce Hill
2025-03-01Bugfix for namespaced declarations that initialize and staticBruce Hill
2025-03-01Bugfix for lang.text methodsBruce Hill
2025-03-01Change `lang.text_content` to `lang.text`Bruce Hill
2025-03-01Check for nullBruce Hill
2025-03-01Support post-hoc definitions of escaping rules for DSLsBruce Hill
2025-03-01For debugging purposes, show qualified name (`Foo.baz()`) in functionBruce Hill
2025-02-28Fix stringification of function typeBruce Hill
2025-02-28Handle case where file can't be foundBruce Hill
2025-02-28Check for missing argumentBruce Hill
2025-02-26Improved call stacks (using addr2line still)Bruce Hill
2025-02-25Fix non-colorized doctest output newlinesBruce Hill
2025-02-25Add $Shell.execute()Bruce Hill
2025-02-24Add $Shell:execute()Bruce Hill
2025-02-24Automatic escaping for Path -> ShellBruce Hill
2025-02-21Integer range iteration over fixed width integers should iterate overBruce Hill
2025-02-21For showing codegen, have users specify a pager instead of hardcodingBruce Hill
2025-02-21Deprecate autoformatterBruce Hill
2025-02-21Fix makefile optimization parameterBruce Hill
2025-02-21Tweak function registration APIBruce Hill
2025-02-21Add learnxiny to 'examples' makefile ruleBruce Hill
2025-02-21Fix learnxinyBruce Hill
2025-02-20Support arbitrary argument constructorsBruce Hill
2025-02-20Add undefBruce Hill
2025-02-19Switch to langs using constructorsBruce Hill
2025-02-19Fix shell escaping (add quotes)Bruce Hill
2025-02-19Restructure compile_file() so it moves a bit more towards less usage ofBruce Hill
2025-02-13Add Int:onward() iteratorBruce Hill
2025-02-13Deprecate Range datatype in favor of using iterator methodsBruce Hill
2025-02-12Fix symbol renaming issueBruce Hill
2025-02-12Print moment ASTsBruce Hill
2025-02-10Add missing filesBruce Hill
2025-02-10Fix sequencing issue with typedefs for structs/enumsBruce Hill
2025-02-10Reorder code corresponding to how it outputsBruce Hill
2025-02-10Remove redundant declarationBruce Hill
2025-02-10Add file info to headersBruce Hill
2025-02-10Tweak `set_binding()` APIBruce Hill
2025-02-09Convert the logic for finding closed variables to a more pure functionalBruce Hill
2025-02-07Remove dead codeBruce Hill
2025-02-07Bugfix and minor perf improvements for text concatenation with unstableBruce Hill
2025-02-06Move REPL code out of binding_t structBruce Hill
2025-02-04Use `defer` in http moduleBruce Hill
2025-02-04Add more source line infoBruce Hill
2025-02-04Hide '_.' from stack backtraceBruce Hill
2025-02-04Add a `_` prefix on variables so it's easier to debug in GDBBruce Hill
2025-02-04Add in source line informationBruce Hill
2025-02-04Add {word} as an alias for {id}Bruce Hill
2025-01-31Bugfix for typechecking failure on table indexing, also improved codegenBruce Hill