sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement Error Trait for Errors

sunjay opened this issue · comments

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

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