Jason Turner
|
a6e3fd5b42
|
Make reflection API part of stdlib
removes the reflection module completely. Reflection and the
ability to catch eval errors is too useful.
|
2014-08-27 12:05:03 -06:00 |
|
Jonathan Turner
|
c73f16fdfe
|
Fixing 4.x grammar to be backward compatible.
Added 3.x unit tests back to show this.
|
2012-05-17 10:14:50 -07:00 |
|
Jonathan Turner
|
3765c23598
|
Switch lambda syntax over to [](){} format, to line up with C++11.
|
2011-09-24 13:31:24 -06:00 |
|
Jason Turner
|
92de42e42b
|
Modify "var" to "auto" for unit tests.
|
2011-09-24 12:05:08 -06:00 |
|
Jason Turner
|
79e8af4f6e
|
Enhance eval error stack reporting
Use OOP to avoid code duplication for eval error tracking. This results
in much more robust stack error reporting and 400 LOC less.
|
2011-03-27 21:03:24 -06:00 |
|