0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Arithmetic analysis and execution More... about 8 years ago
Misc More... about 8 years ago
Renamed a few instances of Gosh to Tush More... over 8 years ago
typeGetStr: allow implicit quantifiers in fn results More... over 8 years ago
runConcat: Allocate result using the GC More... over 8 years ago
Misc changes More... over 8 years ago
Simplified typeForall: hold a single typevar, chain quantifiers together to achieve the same More... over 8 years ago
Fixed an errant reuse (=> double free) of a typevar vector More... over 8 years ago
Added linecount builtin function More... over 8 years ago
Todo update More... over 8 years ago
Synchronous program invocation if the fn app is used as a top-level expr More... over 8 years ago
invoke.c: Fixed waiting on children; must not ignore SIGCHLD More... over 8 years ago
Reordered ast.[ch] More... over 8 years ago
Moved the "test passed" message into the tests themselves More... over 8 years ago
terminalInit: handle (ignore most) signals and take control of the terminal More... over 8 years ago
Improved invoke.c More... over 8 years ago
value.c: Precondition guarding for tests and operations More... over 8 years ago
displayTable: Use displayGetWidthOfStr for the width More... over 8 years ago
Corrected displayValueImpl, shouldn't be printed when in dry mode More... over 8 years ago
Misc changes More... over 8 years ago
parseType: functions More... over 8 years ago
parserType: lists and tuples More... over 8 years ago
Accidentally misnamed parser fns More... over 8 years ago
Basic type hints for fn lit args More... over 8 years ago
valueCreateASTClosure: forgot to use the GC More... over 8 years ago
displayTable: use printFilename so that file entries get annotated More... over 8 years ago
displayFile: print absolute path More... over 8 years ago
Fix for using the root, '-', as a filename More... over 8 years ago
pathGetSegments: Fix for absolute paths More... over 8 years ago
runner: Make absolute paths if told to, otherwise try to search the paths More... over 8 years ago