index
:
tomo
bigints
constructive-reals
decimals
dev
doctests-to-debuglog
formatter
internal-texts
main
optional-list-indexing
optionals
paths
simplified-quotes
static-dependencies
str-paths
table-colons
text2
unicode-identifiers
wordier-types
The Tomo programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
repl.c
Age
Commit message (
Expand
)
Author
2024-09-08
Fix nearly every GCC warning and add __attribute__((pure/const)) where
Bruce Hill
2024-09-05
Replace $Type with Type$info for builtin TypeInfos
Bruce Hill
2024-09-05
Rename table_t -> Table_t
Bruce Hill
2024-09-05
Rename array_t -> Array_t
Bruce Hill
2024-09-02
Initial WIP first past
Bruce Hill
2024-08-23
Bugfix for parsing ints
Bruce Hill
2024-08-22
Overhaul of import syntax. Now everything uses `use`: `use foo`, `use
Bruce Hill
2024-08-18
Split BigIntType out of IntType and switch to using enums for the size
Bruce Hill
2024-08-14
Fix up type conversions with ints and nums
Bruce Hill
2024-08-13
Support more binops
Bruce Hill
2024-08-13
Improvements to repl
Bruce Hill
2024-08-13
Partially working first draft of bigints
Bruce Hill
2024-08-10
For tables, deprecate support for square bracket indexing and .default
Bruce Hill
2024-08-03
Change array API to take a padded item size instead of a type info in
Bruce Hill
2024-07-26
Replace heap_str with GC_strdup
Bruce Hill
2024-07-13
Add ReturnType(ret) so we can more accurately track return values for
Bruce Hill
2024-07-05
Cache AST parsings so we don't have to re-parse files
Bruce Hill
2024-06-16
Support library name as a separate environment field from namespace
Bruce Hill
2024-05-18
Add syntax for "inline C(...)"
Bruce Hill
2024-05-14
Fix REPL
Bruce Hill
2024-04-30
Improved syntax for optionals
Bruce Hill
2024-04-02
Add comparison operator <> and array method to sort by a custom
Bruce Hill
2024-03-31
Implement REPL 'while'
Bruce Hill
2024-03-30
More errors
Bruce Hill
2024-03-30
Use generic cord/compare functions
Bruce Hill
2024-03-30
Tweak repl multi-line parsing
Bruce Hill
2024-03-30
REPL 'if'
Bruce Hill
2024-03-30
Fix indexing errors
Bruce Hill
2024-03-30
More functionality for repl
Bruce Hill
2024-03-30
More repl functionality/fixes
Bruce Hill
2024-03-30
Bugfix for color
Bruce Hill
2024-03-30
Adding a REPL
Bruce Hill