Rekihyt / Sifu

A concatenative, pattern-match oriented language based on tries.
Apache License 2.0
1 stars 0 forks source link

[PERF] Simplify AST with smart pretty printing #10

Open Rekihyt opened 1 month ago

Rekihyt commented 1 month ago

The pretty printer should do reverse precedence parsing, to decide the correct precedence operators to use for a given operation (like match) instead of requiring them to be encoded separately int the AST.

Rekihyt commented 1 month ago

Remove long form ops