gdparse 0.0.0

A parser for turning raw gdscript into an AST
Documentation
  • Coverage
  • 0%
    0 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 1.48 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 963.4 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Allstreamer

GDScript Parser

Content

About

This project aims to create a complete and fast parser for the gdscript language, to make working with it in rust easier.

Usage

Contributing

Contributions are welcome! Make sure to create an issue before starting any work to prevent people from steping on eachothers work.

Licence

This project is licenced under GPL-V2