Remove parsing code

This commit is contained in:
Joscha 2022-11-14 23:27:21 +01:00
parent 4215a2c850
commit ec9adff0b2
8 changed files with 0 additions and 269 deletions

View file

@ -10,7 +10,6 @@ pub enum Value {
Int(i64),
// String(Box<String>),
Table(Table),
// Float(f64),
// Nil,
// Path(Table),