Solidity, the Smart Contract Programming Language
Go to file
2014-10-13 17:13:48 +02:00
AST.cpp AST printer and command line tool, some fixes. 2014-10-10 16:47:21 +02:00
AST.h Name resolution. 2014-10-13 17:02:21 +02:00
ASTForward.h Added copyright blocks. 2014-10-13 17:13:48 +02:00
ASTPrinter.cpp Added copyright blocks. 2014-10-13 17:13:48 +02:00
ASTPrinter.h Added copyright blocks. 2014-10-13 17:13:48 +02:00
ASTVisitor.h Added copyright blocks. 2014-10-13 17:13:48 +02:00
BaseTypes.h Added copyright blocks. 2014-10-13 17:13:48 +02:00
CMakeLists.txt Solidity scanner and some unit tests. 2014-10-08 11:11:50 +02:00
grammar.txt Initial implementation of Solidity parser finished, not yet tested much. 2014-10-09 18:35:41 +02:00
NameAndTypeResolver.cpp Added copyright blocks. 2014-10-13 17:13:48 +02:00
NameAndTypeResolver.h Added copyright blocks. 2014-10-13 17:13:48 +02:00
Parser.cpp Name resolution. 2014-10-13 17:02:21 +02:00
Parser.h Name resolution. 2014-10-13 17:02:21 +02:00
Scanner.cpp Corrected indentation. 2014-10-09 12:36:17 +02:00
Scanner.h Corrected indentation. 2014-10-09 12:36:17 +02:00
Scope.h Added copyright blocks. 2014-10-13 17:13:48 +02:00
Token.cpp Corrected indentation. 2014-10-09 12:36:17 +02:00
Token.h Corrected indentation. 2014-10-09 12:36:17 +02:00