ablescript/ablescript_cli/src
Erin 5aada3c09e Made Parser private and made parse function
Parser had only consturctor and parse functions public.

Likely, there would be just a creation of parser followed by .parse(),
and now this action is performed in `parse` function.
2022-04-18 22:09:41 +02:00
..
main.rs Made Parser private and made parse function 2022-04-18 22:09:41 +02:00
repl.rs Made Parser private and made parse function 2022-04-18 22:09:41 +02:00