Skip to content

Fix parser error

Compare
Choose a tag to compare
@ikhsan017 ikhsan017 released this 18 Feb 15:13
· 66 commits to main since this release

Previously A1>A2 raise a parser error, but A1 > A2 (with the surrounding whitespace around the >) works fine.

This release fix those parser error, and A1>A2 notation should not raise an error anymore