0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Aug 24, 2025 — Aug 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Token<T> is no longer used More... about 11 years ago
Expressions are a tree More... about 11 years ago
Convert tokens → Expressions, along with unit tests More... about 11 years ago
Assert for the right error kinds More... about 11 years ago
Detailed error information when grouping More... about 11 years ago
Groups are not allowed to be empty More... about 11 years ago
Test empty root group More... about 11 years ago
Unit tests for Grouping More... about 11 years ago
We don't need backtracking on the PeekingGenerator anymore More... about 11 years ago
Overhaul Token grouping to match the pattern of the previous two phases More... about 11 years ago
Create a specific "ResolvedToken" struct More... about 11 years ago
The generic token type is turning out to also be problematic. More... about 11 years ago
Logic to implement grouping tokens More... about 11 years ago
Implicit multiplication tests More... about 11 years ago
Argumentless functions unit tests More... about 11 years ago
We need to check for extra tokens insert at the end, too More... about 11 years ago
Operator disambiguation tests More... about 11 years ago
Starting to implement ResolverTests More... about 11 years ago
The HexNumberExtractor needs to pull off the "0x" in order for parsing to occur correctly More... about 11 years ago
Numbers hold a Double, not a UInt More... about 11 years ago
ResolvedTokenGenerator is now unnecessary More... about 11 years ago
Implementing most of TokenResolution More... about 11 years ago
Move the test helper functions into their own file More... about 11 years ago
Exposing the Either<> type is messy and complicated More... about 11 years ago
Genericize the Token struct, to make it reusable between Tokenization and Resolution More... about 11 years ago
Beginning to implement token resolution More... about 11 years ago
struct OperatorSet → class OperatorSet More... about 11 years ago
Operator tokenizing unit tests More... about 11 years ago
Operator tokenization More... about 11 years ago
Covering code in the Tokenizer More... about 11 years ago