Hello, great work & tool!
It would be really nice to have support for integers with underscore eg:
where int(<space>) < 10_000
Should not error (currently does)
FandangoSyntaxError: './spec.fan', line 14, column 23: no viable alternative at input 'int(<space>) < 10_000'
Hello, great work & tool!
It would be really nice to have support for integers with underscore eg:
Should not error (currently does)