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
/
nextlang.h
Age
Commit message (
Expand
)
Author
2024-02-24
Rename 'nextlang'->'tomo'
Bruce Hill
2024-02-24
Fixing up structs
Bruce Hill
2024-02-22
Implement power (^)
Bruce Hill
2024-02-20
Adjustments to 'not' behavior
Bruce Hill
2024-02-20
Fixing up enums
Bruce Hill
2024-02-18
Better table literals
Bruce Hill
2024-02-17
Various fixes, including for Null values
Bruce Hill
2024-02-17
Split out parts into appropriate headers
Bruce Hill
2024-02-17
Fix up USE_COLOR
Bruce Hill
2024-02-17
Cleanup of builtins
Bruce Hill
2024-02-17
Tweak cord formatting
Bruce Hill
2024-02-14
Use dollar identifiers
Bruce Hill
2024-02-14
Fix up some GCC complaints
Bruce Hill
2024-02-13
Slightly more concise generated code for ints
Bruce Hill
2024-02-13
Add kwargs as a macro hack
Bruce Hill
2024-02-13
Add 'Int' -> 'Int64' and 'Num' -> 'Num64' aliases
Bruce Hill
2024-02-13
Doctests for assignment
Bruce Hill
2024-02-12
Misc fixes for __stack, yes, no, etc
Bruce Hill
2024-02-12
Syntax tweak: doctest with ">>" and "= "
Bruce Hill
2024-02-12
Fix doctests for declarations
Bruce Hill
2024-02-12
Add placeholder for stringifying arrays of unknown type
Bruce Hill
2024-02-12
Deprecate Char type
Bruce Hill
2024-02-12
Remove chars from the builtin type stuff
Bruce Hill
2024-02-12
Initial working version of generic cord func
Bruce Hill
2024-02-11
Tweak doctest formatting
Bruce Hill
2024-02-11
Fix operator precedence and boolification
Bruce Hill
2024-02-11
String literals as cords
Bruce Hill
2024-02-11
Set up USE_COLOR variable
Bruce Hill
2024-02-10
Min/max
Bruce Hill
2024-02-10
String improvements
Bruce Hill
2024-02-10
Better string parsing.
Bruce Hill
2024-02-04
Misc changes
Bruce Hill
2024-02-04
Builtins
Bruce Hill
2024-02-04
Updates and functionality
Bruce Hill