fooofei / cpp.notes

1 stars 0 forks source link

na #14

Closed fooofei closed 5 years ago

fooofei commented 6 years ago

如何愉快地写个小parser https://zhuanlan.zhihu.com/prattle/20178871?utm_source=weibo&utm_medium=weibo_share&utm_content=share_question&utm_campaign=share_sidebar

fooofei commented 6 years ago

Comparison of parser generators https://en.wikipedia.org/wiki/Comparison_of_parser_generators

fooofei commented 6 years ago

Bison and Flex Example (May 2006) http://fhoerni.free.fr/comp/bison_flex.html

fooofei commented 6 years ago

Feeding a Bison with tasty C++11 grAST! https://coldfix.eu/2015/05/16/bison-c++11/

fooofei commented 6 years ago

Re-entrant flex/bison parser to make Abstract Syntax Tree http://www.wischik.com/lu/programmer/re-ast.html

fooofei commented 6 years ago

flex and bison and compiler knolage https://github.com/lilijreey/flex/tree/b487ba45861ed77d05e455e3d599d38445e014f2

fooofei commented 6 years ago

grammars-v4 https://github.com/antlr/grammars-v4

fooofei commented 6 years ago

json parser https://github.com/nixzhu/dev-blog/blob/master/2017-04-12-json-parser.md

fooofei commented 6 years ago

WScript Emulator https://github.com/mrpapercut/wscript

fooofei commented 6 years ago

gscript https://github.com/gen0cide/gscript

fooofei commented 6 years ago

A type deaf ini parser written with flex and bison https://github.com/matutter/libini