Crates.io | vojaq_parser |
lib.rs | vojaq_parser |
version | 0.5.1 |
source | src |
created_at | 2019-03-30 10:46:56.484708 |
updated_at | 2019-06-17 16:24:39.596897 |
description | Parser of the Vojaq file format |
homepage | |
repository | https://github.com/joeljpresent/vojaq_parser |
max_upload_size | |
id | 124752 |
size | 24,833 |
vojaq_parser
is a Rust crate which can parse Vojaq files.
ありがとう {arigatou} thank you
馬鹿 {baka} idiot | stupid
洗い熊 | アライグマ {araiguma} raccoon {animal}
サントノーレ {santonôre} Saint-Honoré {pastry | cake} French
This crate is very unstable and far from being finished. You probably should not use this crate at the moment.
A variant is a character string which does not contain unescaped {
, }
, |
or a linefeed.
A field is an array of variants separated by a |
.
A line is an array of fields in such a way that one in two fields is enclosed between {
and }
.
A set is an array of lines separated by a linefeed (LF).