aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce 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-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-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-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
2025-03-30Fix some relative path stuffBruce Hill
2025-03-30Fix some relative import issues with compiled modulesBruce Hill
2025-03-30Bugfix for `use`ing ASM files and also for retranspiling headersBruce Hill
2025-03-30Fix for including header filesBruce Hill
2025-03-28Fix ldflagsBruce Hill
2025-03-28Fix conditional flagsBruce Hill
2025-03-28More flags for just macBruce Hill
2025-03-28Fix ld flags to use commas instead of =Bruce Hill
2025-03-28Fix printf specifiers on macBruce Hill
2025-03-28Remove duplicate libBruce Hill
2025-03-28On apple, don't explicit_bzeroBruce Hill
2025-03-28Revert "Add strlcpy for mac"Bruce Hill
2025-03-28Add strlcpy for macBruce Hill
2025-03-28Use strtok instead of strsepBruce Hill
2025-03-28Conditional flags for running tomo with clang vs gccBruce Hill
2025-03-28Change format specifiersBruce Hill
2025-03-28Conditional flags for linux/openbsdBruce Hill
2025-03-28Include /usr/local/{include,lib}Bruce Hill
2025-03-28Add ({...;}) around conditionalsBruce Hill
2025-03-28Fix for missing .tm.o filesBruce Hill
2025-03-28Don't force inline C code to use ({...})Bruce Hill
2025-03-28CC -> ccBruce Hill
2025-03-28Tweak format stringsBruce Hill
2025-03-28Fix thread local thing for tinyccBruce Hill
2025-03-28Add platform check for /proc/self/exeBruce Hill
2025-03-28Add compiler guards for GCC directivesBruce Hill
2025-03-28Remove uppercase octalBruce Hill
2025-03-28strcpy() -> strlcpy()Bruce Hill
2025-03-28sprintf() -> snprintf()Bruce Hill
2025-03-28Make buffer big enough for NUL byteBruce Hill
2025-03-28Remove dead codeBruce Hill