Allow U, V, and W for program variables
This commit is contained in:
parent
789cb4f8f8
commit
8c801426a5
@ -422,7 +422,10 @@ impl VariableDeclaration
|
||||
| Some('L')
|
||||
| Some('M')
|
||||
| Some('N') => return Ok(crate::Domain::Integer),
|
||||
Some('X')
|
||||
Some('U')
|
||||
| Some('V')
|
||||
| Some('W')
|
||||
| Some('X')
|
||||
| Some('Y')
|
||||
| Some('Z') => return Ok(crate::Domain::Program),
|
||||
Some('_') => continue,
|
||||
|
Loading…
Reference in New Issue
Block a user