Skip to content
Snippets Groups Projects
Commit 3f9520f9 authored by Mike Bayer's avatar Mike Bayer
Browse files

- Lexer/Compile exceptions propigate throughout lexer/parsetree/ast

using a more portable **exception_kwargs collection
- added "source" member to the dict propigated to Lexer/Compile exceptions
- RichTraceback can access original template source as a unicode object
using either 'source' memebr on Lexer/Compile exception, or 'source'
property on ModuleInfo, fixes #37
- unit tests for #37
parent 8173c7c9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment