oftn-oswg / coca

An implementation of C in JavaScript.
Other
10 stars 3 forks source link

Input of «"hello world» doesn't raise an error #4

Closed devyn closed 13 years ago

devyn commented 13 years ago

Likely in read_string_literal, near line 252 of src/Tokenizer.js.

It should raise an error.

devyn commented 13 years ago

Also applies to comments.