andrew-johnson-4 / lambda-mountain

Typed Macro Assembler (x86, HTML, WASM, lots of things)
https://andrew-johnson-4.github.io/lambda-mountain/
MIT License
17 stars 0 forks source link

Patterns 13.2 #397

Closed andrew-johnson-4 closed 4 months ago

andrew-johnson-4 commented 4 months ago

Features:

Now patterns like this

(S( a (*( b (*( c d )) )) ))

are just this

(S( a b c d ))