AvailLang / Avail

The Avail programming language. Includes the virtual machine, standard library, and standard examples.
BSD 3-Clause "New" or "Revised" License
54 stars 5 forks source link

Add missing phrase kinds: statement, expression-as-statement, permuted list phrase, #112

Open toddATavail opened 9 years ago

toddATavail commented 9 years ago

Reported by todd on 12 Apr 2015 02:05 UTC From Avail, it should be possible to create and operate on these missing or under-supported phrase types:

This will require new primitives for constructing these types, as well as primitives for querying the parts of such types.

This should be accomplished before the impending milestone, in order to round out our new support for macros and code generation.

toddATavail commented 9 years ago

Modified by todd on 12 Apr 2015 02:05 UTC