eoplus

Crates.ioeoplus
lib.rseoplus
version1.0.0-RC1
sourcesrc
created_at2024-03-28 07:45:14.905641
updated_at2024-03-28 07:45:14.905641
descriptionA lexer and parser for Endless Online EO+ scripts
homepage
repositoryhttps://github.com/sorokya/eoplus
max_upload_size
id1188830
size119,302
Richard Leek (sorokya)

documentation

README

EOPlus Parser/Lexer for Rust

Build Status Crate Docs License

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.

Issues

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.

Commit count: 3

cargo fmt