Skip to content

Commit

Permalink
use ragel options to minimize states and use gotos
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie authored and flavorjones committed Jan 2, 2025
1 parent b519a0d commit 3f212f5
Show file tree
Hide file tree
Showing 2 changed files with 74,072 additions and 22,172 deletions.
2 changes: 1 addition & 1 deletion gumbo-parser/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ src/%.c: src/%.gperf
gperf -m100 $< | ./gperf-filter.sed > $@

src/%.c: src/%.rl
ragel -F1 -o $@ $<
ragel -G2 -e -o $@ $<
endif

build/src:
Expand Down
Loading

0 comments on commit 3f212f5

Please sign in to comment.