FNBBDevs / nolang

MIT License
3 stars 0 forks source link

Interactive compound statements #8

Closed Mr-Oregano closed 1 year ago

Mr-Oregano commented 1 year ago

Interactive mode does not currently support compound statements (e.g. if, while) that span multiple lines. Easy fix would be to require escape character at the end of each line to indicate the statement continues \ but might get annoying.