sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language
MIT License
167 stars 12 forks source link

Implement Error Trait for Errors #70

Closed sunjay closed 7 years ago

sunjay commented 7 years ago

Errors should implement the std::error::Error trait.

sunjay commented 7 years ago

Implemented for parse error but not for operations::error::Error yet