mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-23 18:29:50 -04:00
* Moved the AST datastructures into their own module. * Collapsed the Expression Enum to just wrappers around structs instead of having actual structs in the definitions. * Added a few more unit tests to ensure nothing got broken. * Added documentation for the new structs. * Added a unifying BinaryExpression Tuple type.