{"id":27202518,"url":"https://github.com/rozbb/nom-lua53","last_synced_at":"2025-06-20T03:41:09.662Z","repository":{"id":60802233,"uuid":"96640961","full_name":"rozbb/nom-lua53","owner":"rozbb","description":"A parser for Lua 5.3 written using the nom parser combinator library","archived":false,"fork":false,"pushed_at":"2017-08-10T01:55:40.000Z","size":70,"stargazers_count":31,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T21:59:56.290Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rozbb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-08T19:57:09.000Z","updated_at":"2025-01-07T22:06:54.000Z","dependencies_parsed_at":"2022-10-05T02:32:01.929Z","dependency_job_id":null,"html_url":"https://github.com/rozbb/nom-lua53","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozbb%2Fnom-lua53","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozbb%2Fnom-lua53/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozbb%2Fnom-lua53/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rozbb%2Fnom-lua53/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rozbb","download_url":"https://codeload.github.com/rozbb/nom-lua53/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119311,"owners_count":21050754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-09T22:00:19.456Z","updated_at":"2025-04-09T22:00:20.099Z","avatar_url":"https://github.com/rozbb.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nom-lua53\n\nA toy parser for Lua 5.3 written using nom\n\n# Usage\n\n```rust\nextern crate nom_lua53;\nuse std::io::{self, Read};\nuse nom_lua53::{parse_all, ParseResult};\n\nfn main() {\n    let mut input = Vec::new();\n    io::stdin().read_to_end(\u0026mut input).expect(\"couldn't read from stdin\");\n    match parse_all(\u0026*input) {\n        ParseResult::Done(ss) =\u003e {\n            println!(\"Done. statements == {:#?}\", ss);\n        }\n        ParseResult::Error(rest, ss) =\u003e {\n            println!(\"Error. statements == {:#?}\", ss);\n            println!(\"rest == '{}'\", String::from_utf8_lossy(rest));\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozbb%2Fnom-lua53","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frozbb%2Fnom-lua53","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frozbb%2Fnom-lua53/lists"}