Re: type checking in EUPHORIA
- Posted by SDPringle Sep 17, 2012
- 1255 views
SDPringle said...
I am leaning towards the idea that when there is a single literal or variable as an argument rather than an more complex instruction, we should only ones that belong to that enumerated type.
Shawn Pringle
Currently in the alternative_literals branch, if you use something that is not a value from an enumerated type, checking is skipped. Maybe that's not the best idea.
Shawn Pringle