justinmeza / lci

A LOLCODE interpreter written in C.
http://lolcode.org
GNU General Public License v3.0
784 stars 105 forks source link

BTW may not appear on the same line as TLDR #62

Open sjoqvist opened 5 years ago

sjoqvist commented 5 years ago

The specification says that BTW may appear on the same line as other code. Nevertheless, this program

HAI 1.2
OBTW
  multi-line comment
TLDR     BTW single-line comment
KTHXBYE

exits with

test.lol:4: multiple line comment may not appear on the same line as code