Open mingodad opened 7 years ago
Hello ! I've looked at the source code and could not find the original lex/yacc files (katana.l & katana.y). There is any reason to not make then public in the repository ? Cheers !
Hi, Same question Thanks !
+1
In case it is useful for someone, I backported bison part from webkit :
https://gist.github.com/julbouln/7e711c73a0611eb08db114d7680485ba
bison -dl src/katana.y -o src/katana.tab.c
Hello ! I've looked at the source code and could not find the original lex/yacc files (katana.l & katana.y). There is any reason to not make then public in the repository ? Cheers !