James Eversole James
252 contributions in the last 12 months
AprMayJunJulAugSepOctNovDecJanFebMarMonWedFri
Less
More
James pushed to feat/cicd at James/tricu 2025-01-21 18:35:17 +00:00
66f196360f Test3
James pushed to feat/cicd at James/tricu 2025-01-21 18:34:46 +00:00
2bf307df4c Test2
James pushed to feat/cicd at James/tricu 2025-01-21 18:34:03 +00:00
887d5d299f Testing gitea requirements
James created branch feat/cicd in James/tricu 2025-01-21 18:24:15 +00:00
James pushed to feat/cicd at James/tricu 2025-01-21 18:24:15 +00:00
7f10a57059 init Gitea Actions
James pushed to main at James/tricu 2025-01-21 02:10:15 +00:00
edde0a80c9 Actually readable Level Order Traversal
James commented on issue James/tricu#12 2025-01-21 01:21:10 +00:00
Multiline expressions

Completed in 35163a5d54

James closed issue James/tricu#12 2025-01-21 01:21:10 +00:00
Multiline expressions
James pushed to main at James/tricu 2025-01-21 01:20:31 +00:00
35163a5d54 Allow multiline expressions
James pushed to main at James/tricu 2025-01-20 22:05:08 +00:00
ca7f09e2ac Eliminate redundant eager calls of elimLambda
James pushed to main at James/tricu 2025-01-20 21:16:30 +00:00
82e29440b0 Reduce duplication of elimLambda calls
James pushed to main at James/tricu 2025-01-19 20:42:13 +00:00
ad02c8b86a General refactor for legibility
James pushed tag 0.5.0 to James/tricu 2025-01-06 15:15:43 +00:00
James released 0.5.0 at James/tricu 2025-01-06 15:15:43 +00:00
James pushed to main at James/tricu 2025-01-06 15:14:08 +00:00
a3282b794f 0.5.0 release commit
James pushed to main at James/tricu 2025-01-06 15:01:40 +00:00
7b9a62462c Level Order Traversal demo
3eb28a2c62 Drop parseVarWithoutAssignment
Compare 2 commits »
James commented on issue James/tricu#12 2025-01-06 13:46:57 +00:00
Multiline expressions

The lexer already supports everything it needs to. I need to update parsing and the eval helpers that call parsing instead to bring this functionality in.

James pushed to main at James/tricu 2025-01-03 01:08:38 +00:00
8c33e5ce66 Fix critical list evaluation bug and REPL updates
James opened issue James/tricu#12 2025-01-02 18:35:16 +00:00
Multiline expressions
James pushed to main at James/tricu 2025-01-02 01:40:14 +00:00
76487b15f9 Use better default output form in evaluator