powerlang / egg

Egg Smalltalk
MIT License
13 stars 2 forks source link

Syntax changes in the system #8

Open melkyades opened 4 years ago

melkyades commented 4 years ago

Proposed/possible changes:

  1. Comments with # followed by a space.
  2. Make strings be created with either ' or "
  3. Maybe use \ as escape character in strings
gbracha commented 3 years ago

It's good if comments can nest. We use Pascal style (**). We do support strings using quotes.