1 unstable release

0.1.0 Jan 22, 2024

#1030 in Parser implementations

MIT license

5KB

Firo Parser

Parser for the ".firo" file format. Firo is a domain specific language for the file-rover cli tool..

Origin file(origin.firo)

Origin file specifies the origin paths of the files that need to be moved, renamed or removed. Example:

/home/evccyr/file.rs
plugin/file
folder/name with space.txt

Destination file(destination.firo)

Destination file is the file that specifies the destination paths for the file paths specified in the "origin.firo" file. Example:

/home/evccyr/file <date> .rs
plugin/calendar <!> 2024.pdf
<!> /tmp/something.txt

Tokens

The fundamental tokens for ".firo" files are path_part(ex: /home/evccyr/file) and pins(<date>).

Dependencies

~2.6–3.5MB
~74K SLoC