hackers-painters / katana-parser

A CSS parsing library in pure C99
http://hackers-painters.github.io/katana-parser
MIT License
179 stars 40 forks source link

Missing flex/bison sources #11

Open mingodad opened 6 years ago

mingodad commented 6 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 !

julbouln commented 6 years ago

Hi, Same question Thanks !

jasenhuang commented 3 years ago

+1

julbouln commented 3 years ago

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