andrew-johnson-4 / lambda-mountain

Compact Portable Assembler (5K SLOC)
MIT License
12 stars 0 forks source link

Zero of enum declaration #398

Closed andrew-johnson-4 closed 1 month ago

andrew-johnson-4 commented 1 month ago
type S SNil | (SAtom String) | (SCons( S S ));
zero SNil;