matthew-mojira / cicero

GNU General Public License v3.0
0 stars 0 forks source link

Type literals #15

Open matthew-mojira opened 6 hours ago

matthew-mojira commented 6 hours ago

the user should be able to create a type value like this

if x? = int then ... else ...

What should the syntax of type be? Just the type name or some prefix?

What about box? (requires #5 and #8)