pixelpusher / liveprinter

Livecoding for 3D printers
GNU Affero General Public License v3.0
40 stars 5 forks source link

Fix acorn line number errors #5

Closed pixelpusher closed 6 years ago

pixelpusher commented 6 years ago

It seems that the acornjs version used here doesn't throw complete line/col numbers for syntax highlighting. Probably need to regex the error message manually to highlight wrong code in CodeMirror

pixelpusher commented 6 years ago

fixed, added this functionality in the interpreter