openenclave / oeedger8r-cpp

An implementation of oeedger8r in C++
MIT License
8 stars 13 forks source link

Validation, warnings and errors #3

Open anakrish opened 4 years ago

anakrish commented 4 years ago

Implement warnings, errors and validation conformant to Ocaml oeedger8r.

We can do better in regards to error messages since we control parsing and have access to token locations, allowing augmenting error/warning messages with precise location.