pentagram-lang / pentagram

A small programming language built to be kind, clear, and powerful [design & prototyping phase]
MIT License
1 stars 1 forks source link

Tighten indent rules #3

Open dcecile opened 5 years ago

dcecile commented 5 years ago

Don't allow these forms:

# a
  b
a
# b
  c

Do this by making sure substantial code isn't added at substantial indent plus 2, and that decrease-indent-comments decrease the substantial indent.