Charles-Johnson / zia_programming

A language that can program itself
https://zia-lang.org
GNU General Public License v3.0
3 stars 0 forks source link

string literals as input #18

Open Charles-Johnson opened 3 years ago

Charles-Johnson commented 3 years ago

Currently string literals can appear as output of a command e.g.

label_of a

evaluates as

'a'

Parsing string literals has yet to be implemented. This could be used later to define labelling rules and implement features of Zia using Zia.

Requirements: