andrew-johnson-4 / lambda-mountain

Compiler Backend for LSTS (Typed Macro Assembler)
https://andrew-johnson-4.github.io/lambda-mountain/
MIT License
20 stars 1 forks source link

match pointers as "raw" pointers without dereferencing #953

Open andrew-johnson-4 opened 1 week ago

andrew-johnson-4 commented 1 week ago

Sometimes you want the raw data.

(match x (
   ()
   ( (UmbraShort( (raw prefix) (raw ptr) )) ... )
))