https://github.com/deavid/flscriptparser
AbanQ QtScript parser for meaningful errorlogs on your code.
https://github.com/deavid/flscriptparser
Last synced: 8 months ago
JSON representation
AbanQ QtScript parser for meaningful errorlogs on your code.
- Host: GitHub
- URL: https://github.com/deavid/flscriptparser
- Owner: deavid
- License: lgpl-2.1
- Created: 2009-02-17T18:56:33.000Z (over 17 years ago)
- Default Branch: master
- Last Pushed: 2018-04-29T07:32:33.000Z (about 8 years ago)
- Last Synced: 2025-03-28T07:22:37.777Z (about 1 year ago)
- Language: Python
- Homepage: http://www.gestiweb.com
- Size: 206 KB
- Stars: 4
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Example of a Javascript-like parser.
This parser is intended to enhnace good practices when coding; so it's only
cares about structure. It's not intended to execute any data.
It was developed to aid the developers when coding something for AbanQ/FacturaLUX.
NOTE: Don't try to execute the parser from this folder, it will get filled
with trash files. Instead, enter to the "test" folder and run it from there.