Package team.unnamed.mocha.parser
package team.unnamed.mocha.parser
Package containing classes related to parsing of Molang code.
This means converting a stream of tokens to a stream of Molang expressions, e.g. (double plus double) -> (Add(double, double)), or (identifier dot identifier)) -> (Access(identifier, identifier))
- Since:
- 3.0.0
-
ClassDescriptionParser for the Molang language.Exception that can be thrown during the parsing phase