MotionLang / motion

Motion is a clean, dynamically typed programming language.
GNU General Public License v3.0
9 stars 1 forks source link

Error Snippets. #12

Open UPWRD1 opened 1 year ago

UPWRD1 commented 1 year ago

Error Snippets:

Add a "snippet" of the erroneous code in compile errors. A partial implementation exists in src/compiler.c but is commented out.

UPWRD1 commented 1 year ago

Additionally, a similar implementation in the VM would be nice too.