文件名称:example_json_parser:有关Elixir中leex和yecc的示例项目
文件大小:5KB
文件格式:ZIP
更新时间:2024-02-25 00:02:37
parser json parsing lexer ParsingElixir
example_json_parser:有关Elixir中leex和yecc的示例项目
【文件预览】:
example_json_parser-master
----mix.exs(748B)
----config()
--------config.exs(1KB)
----test()
--------json_parser_test.exs(122B)
--------test_helper.exs(15B)
----src()
--------json_lexer.xrl(586B)
--------json_parser.yrl(945B)
----.gitignore(514B)
----lib()
--------json_parser.ex(327B)
----README.md(138B)