Closed kthakore closed 3 years ago
Started working on the parser:
pest
https://github.com/HewlettPackard/dockerfile-parser-rs/
Next steps:
dockerfile-parser-rs
and implement runefile-parser-rs
FROM
, CAPABILITY
, OUT
etc @Ge-te
Take a look at this https://pest.rs/#editor Let's look at https://github.com/HewlettPackard/dockerfile-parser-rs and make another library.
https://github.com/hotg-ai/runefile-parser
Track on https://github.com/hotg-ai/runefile-parser/issues/1
@kthakore Made simple parser implementation: https://github.com/hotg-ai/rune/tree/pest-implementation
Next step is implementing the dockerfile-parser and adapting to Runefile
Finished in #27.
Allow developers to create a rune file to be read, using the rune CLI tool
What is Done
Ability to run
rune build .