add 'error contexts' to parser error reports
This commit is contained in:
parent
7ddd37b725
commit
3ad0859bc9
3 changed files with 39 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
import std;
|
||||
// import std;
|
||||
|
||||
fn add(a: i32, b: i32) i32 {
|
||||
return a + b;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue