aboutsummaryrefslogtreecommitdiff
path: root/src/environment.c
AgeCommit message (Expand)Author
2025-11-27Update `setenv()` to take an optional value, also bugfix for `setenv()`Bruce Hill
2025-11-27Add `recursive` arg to Path.create_directory()Bruce Hill
2025-11-24Fix `from_num` incomplete renamingBruce Hill
2025-11-23Add `at_cleanup()` functionBruce Hill
2025-11-23Added Text.find(text, target, start=1)Bruce Hill
2025-11-15Add Path.lines()Bruce Hill
2025-10-18Improved CLI parsing and add CString.join()Bruce Hill
2025-10-11Make `{a,b,c}` shorthand for `{a:Empty(), b:Empty(), c:Empty()}` andBruce Hill
2025-10-11Rename pathtype enum valuesBruce Hill
2025-10-11Bugfix for optional paths and converting path type into an actual enumBruce Hill
2025-10-11Added Empty() structBruce Hill
2025-10-01Convert to using more zero values for `none`Bruce Hill
2025-09-22Fix: support method calls on optional typesBruce Hill
2025-09-21Use colons instead of '=' for tables (e.g. {1: 2})Bruce Hill
2025-09-21Fix testsBruce Hill
2025-09-21Deprecate setsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-09Overhaul to the unicode encoding/decoding methods for textBruce Hill
2025-09-06Code cleanupBruce Hill
2025-08-25Update file header commentsBruce Hill
2025-08-25Further split out files for parsingBruce Hill
2025-08-25More docs and moving parsing into a subfolder.Bruce Hill
2025-08-24Remove vim modelinesBruce Hill
2025-08-24Constructors and functions with underscore arguments should be allowed to be ...Bruce Hill
2025-08-23Fix readability and don't align trailing commentsBruce Hill
2025-08-23Autoformat everything with clang-formatBruce Hill
2025-08-23Remove some unused importsBruce Hill
2025-08-17Bugfix: added support for Tomo identifiers that are C keywordsBruce Hill
2025-08-16Improved parsing and prefix/suffix matching using a `remainder`Bruce Hill
2025-08-10Add full protection against accessing fields and methods that start withBruce Hill
2025-08-09Deprecate cords from the gc library in favor of dogfooding Text from theBruce Hill
2025-07-10Add text compression optimizations for unicode textBruce Hill
2025-06-26Add get_bit() method for Ints and BytesBruce Hill
2025-06-24Add Path.has_extension() and update manpages/api docsBruce Hill
2025-05-25Code cleanupBruce Hill
2025-05-20Add more advanced configuration options to modules.ini and supportBruce Hill
2025-05-17Add `modules.ini` file for import aliases, as well as default aliasesBruce Hill
2025-05-17Add Path.sibling()Bruce Hill
2025-04-30Update compiler to use randomly generated unique-per-file symbolBruce Hill
2025-04-30Use namespace prefix function when appropriateBruce Hill
2025-04-27Update stdlib to use `print` instead of `printf` in all cases. ThisBruce Hill
2025-04-26Add TOMO_VERSION as a variable accessible to tomo programs at runtimeBruce Hill
2025-04-18Make Int.prev_prime() optional instead of erroringBruce Hill
2025-04-17Add getenv()/setenv()Bruce Hill
2025-04-16Add Path.current_dir() as exposed methodBruce Hill
2025-04-15Make some compatibility fixes to make sure the compiler can fully buildBruce Hill
2025-04-15Deprecate `auto`Bruce Hill
2025-04-15Add --no-source-mapping flagBruce Hill
2025-04-07Add `is_between()` for various typesBruce Hill
2025-04-07Add Byte.to() method and improved micro optimization of iterating overBruce Hill