adapap / OWScript

Python-like scripting language which transpiles into Overwatch Workshop script rulesets.
MIT License
37 stars 2 forks source link

No-ASCII values in Lexer #45

Open paul-arthurthiery opened 4 years ago

paul-arthurthiery commented 4 years ago

Transpiling code from .owpy to .ows seems to always fail due to the lexer containing non-ascii values for INDENT and DEDENT (lines 10 and 11). What are these supposed to be ?