https://github.com/xiphoseer/sluap
The Slice LUA Parser
https://github.com/xiphoseer/sluap
lexer lua no-std parser rust-lang
Last synced: 7 months ago
JSON representation
The Slice LUA Parser
- Host: GitHub
- URL: https://github.com/xiphoseer/sluap
- Owner: Xiphoseer
- Created: 2022-09-02T21:00:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T19:22:56.000Z (over 3 years ago)
- Last Synced: 2025-02-01T03:26:17.060Z (about 1 year ago)
- Topics: lexer, lua, no-std, parser, rust-lang
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `sluap` — The Slice LUA Parser
This is a `#![no_std]` Rust crate that implements lexing
and parsing for [Lua 5.1][lua51].
© 2022 Xiphoseer
[lua51]: https://www.lua.org/manual/5.1/manual.html