summaryrefslogtreecommitdiff
path: root/lookahead/Cargo.toml (unfollow)
AgeCommit message (Expand)Author
2026-06-30Added LookAhead, fixed up the proc-macro.Mike Buland
2026-06-23Roorganized into workspace and packages.eichlan
2026-06-23Including vimsyntax plugin.Mike Buland
2026-06-23Expose MappedHash, it may be useless though.Mike Buland
2026-06-23Tweaked for generality.Mike Buland
2026-06-22Attempted fixes. Maybe made it too C++ishMike Buland
2026-06-19Just cleaned up unsued functions.Mike Buland
2026-06-19Tweaking StatefulContextMike Buland
2026-06-18Almost thereMike Buland
2026-06-17I think this is a better structure.Mike Buland
2026-06-14In progress...Mike Buland
2026-06-13I did some silly things. This one doesn't build.Mike Buland
2026-06-13Adding root access in identifiers.Mike Buland
2026-06-12if/elif/else and loop work fully.Mike Buland
2026-06-11Halfway there. About half the code is going away.Mike Buland
2026-06-11Basic if statements work.Mike Buland
2026-06-11Split things out, made things easier to use.Mike Buland
2026-06-11Broke out error and renamed it.Mike Buland
2026-06-09Loops work!Mike Buland
2026-06-09Loops seem to work!?Mike Buland
2026-06-09Identifiers work!Mike Buland
2026-06-09Removed root, view, and output AST tokens.Mike Buland
2026-06-08Renamed the view functions to render.Mike Buland
2026-06-08It works again! and more!Mike Buland
2026-06-08Removed debug printsMike Buland
2026-06-08It works! Lots to do, but it works.Mike Buland
2026-06-08It parses correctly for everything defined.Mike Buland
2026-06-08Many little changes to parsing, getting better.Mike Buland
2026-06-07Cleaned up a lot of parsing code.Mike Buland
2026-06-05Symbols have a wrapper with positional data now.Mike Buland
2026-06-05Started on the parser. Thinking about some tweaks.Mike Buland
2026-06-04Lexer is done for now. Now for the scaffold.Mike Buland
2026-06-04Minor change to token parsing.Mike Buland