tmpvar / livecad

live coding of 3d surfaces and objects
livecad.wtf
53 stars 2 forks source link

use net-oce method hints on error #44

Closed tmpvar closed 9 years ago

tmpvar commented 9 years ago

right now if you do display(cube(10).translate(10))

screen shot 2014-08-31 at 1 10 48 pm

we should bubble that error up to the editor and show that error message at the correct location.

Then instead of doing nothing on invalid args, it will show the user what they got wrong! Ideally at the exact character where it all went wrong