package
0.0.0-20230827225450-169fbabbf91c
Repository: https://github.com/rect-lang/rect-go-compiler.git
Documentation: pkg.go.dev

# README

ReCT Parser

I decided to give each statement and expression its own class / type like how I did back in C# ReCT.
If this is a stupid idea, please just feel free to punch me!
- RedCube

# Functions

Parse parse a compilation (with all its functions, classes, enums, global statements, etc...).

# Structs

Parser : internal struct for assembling the syntax tree.