https://github.com/alganet/parser00
https://github.com/alganet/parser00
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alganet/parser00
- Owner: alganet
- License: mit
- Created: 2014-10-14T21:54:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T22:25:56.000Z (over 10 years ago)
- Last Synced: 2025-01-23T23:55:20.662Z (5 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```