@ -1,5 +1,8 @@
package fr.celticinfo.lox
/**
* The Expr class represents the different types of expressions that can be parsed by the Parser.
*/
sealed class Expr {
}