add 'error contexts' to parser error reports

This commit is contained in:
Luna 2019-09-20 13:16:55 -03:00
parent 7ddd37b725
commit 3ad0859bc9
3 changed files with 39 additions and 8 deletions

View file

@ -1,4 +1,4 @@
import std;
// import std;
fn add(a: i32, b: i32) i32 {
return a + b;