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

https://github.com/alganet/parser00


https://github.com/alganet/parser00

Last synced: 4 months 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
```