Open andrew-johnson-4 opened 1 week ago
LSTS frontend TODO:
✓ replace String with SmartString in types ✓ replace CString with String in types ✓ parse ascription :: in expression position ✓ parse match expression ✓ parse string destructuring on LHS ✓ parse String literals ✓ parse regular expressions (just punt to regex.h for now) ✓ parse format strings in string literals ✓ parse complex types with <> [] , compounds ✓ parse let bindings ✓ parse comments
PRIORITY ports from LM to LSTS
Tuple<x,y>
vs Tuple<x,y,z>
LSTS syntax is a lot nicer to read and maintain.