aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/com/jantuomi/tunkki/exception/TunkkiError.java
Commit message (Collapse)AuthorAgeFilesLines
* Refactor TunkkiError to subclassesJan Tuomi2016-08-021-81/+0
| | | | | Make TunkkiError abstract and create a subclass for all error types Change all TunkkiError throws to throw subclasses instead
* Add division by zero errorJan Tuomi2016-08-021-1/+4
|
* Extend 'include' to also use builtin modulesjantuomi2016-08-021-1/+1
| | | | | | Add math builtin module Add power builtin function Fix IncludeError text to mention modules
* Implement 'as_bool' builtinjantuomi2016-08-011-1/+2
|
* Function references are now correctly first class citizensJan Tuomi2016-07-301-1/+1
| | | | Resolves #7
* Add nada datatype, resolves #11jantuomi2016-07-291-1/+3
|
* Add more line number informationjantuomi2016-07-281-3/+3
|
* Add line number information to certain errorsjantuomi2016-07-281-0/+12
|
* Handle some error casesjantuomi2016-07-281-5/+7
|
* Rename BorkError to TunkkiErrorJan Tuomi2016-07-261-0/+61