SeedV / SeedLang

An embeddable and visualizable scripting engine for .Net and Unity.
https://seedv.github.io/SeedLang/
Apache License 2.0
9 stars 1 forks source link

Refactor the Parser and Compiler classes #178

Closed codingpotato closed 2 years ago

codingpotato commented 2 years ago

Refactor some code to separate Compiler and ExprCompiler, which can make future development easier.

There isn't any functional change in the PR.