Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alganet/parser00


https://github.com/alganet/parser00

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

```sh
$ # Show all examples
$ find example_*

$ # Run the parser
$ ./parser00 parse example_fail1.sh
package () {
info "Foo"
:
}
printf %s "Unexpected Token"
exit 1

$ # Run the dumper
$ ./parser00 dump example_success.sh
package info: Foo
package info: bar
```