Skip to content

ThomasHickman/gml-pegjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gml-pegjs

A GML (GameMaker language) parser using pegjs

This is derived from the JavaScript peg.js parser at https://github.com/pegjs/pegjs/blob/0c39f1cf86d73c85a1f832e6cfddf4176f9e58bc/examples/javascript.pegjs

Installing

npm install gml-pegjs

Developing

This is an still an experimental parser, so if you find any false positives or false negatives, please create a new issue.

If you want to contribute to this project, follow the steps below to get the source:

git clone https://github.com/ThomasHickman/gml-pegjs
npm install pegjs -g
cd ./gml-pegjs
npm install

Licence

This project is licensed under the MIT license (MIT).

About

A GML (GameMaker language) parser using pegjs

Resources

License

Stars

Watchers

Forks

Packages

No packages published