internal/rosa/package: byacc

Much cleaner than bison and compiles much faster. This should be used whenever possible.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-07-24 18:48:20 +09:00
parent 1a8212ee02
commit 6c2ca507b9
7 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
)
func TestLLVMInputs(t *testing.T) {
const wantInputCount = 467
const wantInputCount = 473
_, llvm := rosa.Native().Std().MustLoad(rosa.H("llvm"))
var n int