Added header to Expr class

main
oabrivard 2 years ago
parent fe245c1811
commit 076e5fce4e

@ -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 {
}

Loading…
Cancel
Save