You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the parsers have huge tables that are unreadable that makes my emacs lag so some line limit should be made.
The generated code should also be better formatted such that the indentation and spacing is more uniform.
Also ideally if futharks algebraic data types could be used instead of unsigned integers then the parsers would be more human readable.
The text was updated successfully, but these errors were encountered:
WilliamDue
changed the title
Better formatting of the parsers.
Better formatting for the parsers.
Feb 25, 2024
Currently the parsers have huge tables that are unreadable that makes my emacs lag so some line limit should be made.
The generated code should also be better formatted such that the indentation and spacing is more uniform.
Also ideally if futharks algebraic data types could be used instead of unsigned integers then the parsers would be more human readable.
The text was updated successfully, but these errors were encountered: