10
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Benchmarks(C/C++): add simple variants without buffer refill. More... 10 months ago
Add !pre_rule and !post_rule actions. Add tests for actions. More... 10 months ago
BUILD.md: add a list of prebuilt packages on Repology. More... 10 months ago
Change syntax for the entry action: use `!entry` instead of `^`. More... 10 months ago
Rename "initial" state to "start" state. More... 10 months ago
Rename class field for clarity. More... 10 months ago
Clean up code that sets default state. More... 10 months ago
Simplify handling of state actions. Set initial state for all code models. More... 10 months ago
Swap YYBACKUP and YYFILL in the initial state to unify it with other states. More... 10 months ago
Tweak precondition for marking used labels with end-of-input rule `$`. More... 10 months ago
When using end-of-input rule `$`, mark targets of rematch transitions as used. More... 10 months ago
Check that tags on all transitions going to bitmap state are the same. More... 11 months ago
Don't pass invalid location to error reporting function. More... 11 months ago
Don't lose jump to the initial state when the entry rule is used. More... 11 months ago
Don't write null for missing YYFN type, as it makes output truncated. More... 11 months ago
Add entry rule `^` that allows one to execute code at lexer entry. More... 11 months ago
Don't use `YYGETCOND()` for `yystate` initialization in non-conditional blocks. More... 11 months ago
A few clean-ups. More... 11 months ago
Clean up code that handles zero condition `<>`. More... 11 months ago
Don't fail when zero condition `<>` has no end-of-inpt rule `$`. More... 11 months ago
Don't try to generate names for fictive tags. More... 11 months ago
Add a test for condition with the end-of-input rule $. More... 11 months ago
Allow using lookahead operator with captures. More... 11 months ago
Fix error message for the case when standalone tags are mixed with captures. More... 11 months ago
OCaml: use `unsafe_get` instead of `get` as the default YYPEEK implementation. More... 11 months ago
Generate correct escape sequences for each language. More... 11 months ago
Add a test for raw newlines in syntax files. More... 11 months ago
Do not consider space characters printable. More... 11 months ago
Release 4.0.2. More... 12 months ago
Restructure benchmark layout (prepare to add new benchmarks). More... 12 months ago