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