Crates.io | eoplus |
lib.rs | eoplus |
version | 1.0.0-RC1 |
source | src |
created_at | 2024-03-28 07:45:14.905641 |
updated_at | 2024-03-28 07:45:14.905641 |
description | A lexer and parser for Endless Online EO+ scripts |
homepage | |
repository | https://github.com/sorokya/eoplus |
max_upload_size | |
id | 1188830 |
size | 119,302 |
This crate can parse EOPlus input into Quest data structures. It is built from the eoplus-antlr4 grammar written by @cirras.
Currently in use by reoserv for quest parsing.
Currently quests with invalid syntax will parse without error. The antlr4-rust crate dumps some errors to the console but this crate assumes that everything is fine. I plan to fix this in a future release.