solidity/libsolidity
Rhett Aultman 58e75c7a48 Unimplemented features moved to their own exception (#1361)
Unimplemented features moved to their own exception

InternalCompilerError is an exception that really should be reserved for
actual internal errors of the compiler.  Unimplemented features can now
use either solUnimplemented( ) or, if it should be conditional, then
solUnimplementedAssert( ).

* Revert some unimplemented exceptions, add handlers

The jsonCompiler and CommandLineInterface needed handlers for the
new UnimplementedFeatureException, and some cases I had moved on to
the new exception were better treated as real internal compiler
errors.

* Standardize on "Unimplemented feature" message
2016-11-14 20:41:58 +00:00
..
analysis Type checker: move the burden of computing mobile type to commonType 2016-11-11 15:51:54 +01:00
ast Print canonical names of structs and enums in AST 2016-11-14 13:39:46 +00:00
codegen Unimplemented features moved to their own exception (#1361) 2016-11-14 20:41:58 +00:00
formal Add support for do/while loops 2016-11-10 07:07:25 -08:00
inlineasm Issue warnings if stack is not balanced after inline assembly block 2016-10-20 13:25:28 +01:00
interface Unimplemented features moved to their own exception (#1361) 2016-11-14 20:41:58 +00:00
parsing parsing: ban empty enum definition. 2016-11-11 17:48:03 +01:00
CMakeLists.txt Rename libevmasm. 2016-08-10 13:52:24 +02:00
grammar.txt #1362: As it stands currently, the >>> operator will not be implemented. 2016-11-14 13:22:29 +01:00