diff options
author | chriseth <c@ethdev.com> | 2015-08-19 18:41:16 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-08-19 18:41:16 +0800 |
commit | 1dbfb0350b9e386bc1e246e577981664d70e2299 (patch) | |
tree | c70a495361f0bba7d4638986da75529779da86c8 | |
parent | 068d8d0f4563642ed39aa738ad410deb3a189333 (diff) | |
download | dexon-solidity-1dbfb0350b9e386bc1e246e577981664d70e2299.tar.gz dexon-solidity-1dbfb0350b9e386bc1e246e577981664d70e2299.tar.zst dexon-solidity-1dbfb0350b9e386bc1e246e577981664d70e2299.zip |
Moved all Solidity files.
-rw-r--r-- | src/AST.cpp (renamed from AST.cpp) | 0 | ||||
-rw-r--r-- | src/AST.h (renamed from AST.h) | 0 | ||||
-rw-r--r-- | src/ASTForward.h (renamed from ASTForward.h) | 0 | ||||
-rw-r--r-- | src/ASTJsonConverter.cpp (renamed from ASTJsonConverter.cpp) | 0 | ||||
-rw-r--r-- | src/ASTJsonConverter.h (renamed from ASTJsonConverter.h) | 0 | ||||
-rw-r--r-- | src/ASTPrinter.cpp (renamed from ASTPrinter.cpp) | 0 | ||||
-rw-r--r-- | src/ASTPrinter.h (renamed from ASTPrinter.h) | 0 | ||||
-rw-r--r-- | src/ASTUtils.cpp (renamed from ASTUtils.cpp) | 0 | ||||
-rw-r--r-- | src/ASTUtils.h (renamed from ASTUtils.h) | 0 | ||||
-rw-r--r-- | src/ASTVisitor.h (renamed from ASTVisitor.h) | 0 | ||||
-rw-r--r-- | src/AST_accept.h (renamed from AST_accept.h) | 0 | ||||
-rw-r--r-- | src/ArrayUtils.cpp (renamed from ArrayUtils.cpp) | 0 | ||||
-rw-r--r-- | src/ArrayUtils.h (renamed from ArrayUtils.h) | 0 | ||||
-rw-r--r-- | src/CMakeLists.txt (renamed from CMakeLists.txt) | 0 | ||||
-rw-r--r-- | src/Compiler.cpp (renamed from Compiler.cpp) | 0 | ||||
-rw-r--r-- | src/Compiler.h (renamed from Compiler.h) | 0 | ||||
-rw-r--r-- | src/CompilerContext.cpp (renamed from CompilerContext.cpp) | 0 | ||||
-rw-r--r-- | src/CompilerContext.h (renamed from CompilerContext.h) | 0 | ||||
-rw-r--r-- | src/CompilerStack.cpp (renamed from CompilerStack.cpp) | 0 | ||||
-rw-r--r-- | src/CompilerStack.h (renamed from CompilerStack.h) | 0 | ||||
-rw-r--r-- | src/CompilerUtils.cpp (renamed from CompilerUtils.cpp) | 0 | ||||
-rw-r--r-- | src/CompilerUtils.h (renamed from CompilerUtils.h) | 0 | ||||
-rw-r--r-- | src/DeclarationContainer.cpp (renamed from DeclarationContainer.cpp) | 0 | ||||
-rw-r--r-- | src/DeclarationContainer.h (renamed from DeclarationContainer.h) | 0 | ||||
-rw-r--r-- | src/Exceptions.h (renamed from Exceptions.h) | 0 | ||||
-rw-r--r-- | src/ExpressionCompiler.cpp (renamed from ExpressionCompiler.cpp) | 0 | ||||
-rw-r--r-- | src/ExpressionCompiler.h (renamed from ExpressionCompiler.h) | 0 | ||||
-rw-r--r-- | src/GasEstimator.cpp (renamed from GasEstimator.cpp) | 0 | ||||
-rw-r--r-- | src/GasEstimator.h (renamed from GasEstimator.h) | 0 | ||||
-rw-r--r-- | src/GlobalContext.cpp (renamed from GlobalContext.cpp) | 0 | ||||
-rw-r--r-- | src/GlobalContext.h (renamed from GlobalContext.h) | 0 | ||||
-rw-r--r-- | src/InterfaceHandler.cpp (renamed from InterfaceHandler.cpp) | 0 | ||||
-rw-r--r-- | src/InterfaceHandler.h (renamed from InterfaceHandler.h) | 0 | ||||
-rw-r--r-- | src/LValue.cpp (renamed from LValue.cpp) | 0 | ||||
-rw-r--r-- | src/LValue.h (renamed from LValue.h) | 0 | ||||
-rw-r--r-- | src/NameAndTypeResolver.cpp (renamed from NameAndTypeResolver.cpp) | 0 | ||||
-rw-r--r-- | src/NameAndTypeResolver.h (renamed from NameAndTypeResolver.h) | 0 | ||||
-rw-r--r-- | src/Parser.cpp (renamed from Parser.cpp) | 0 | ||||
-rw-r--r-- | src/Parser.h (renamed from Parser.h) | 0 | ||||
-rw-r--r-- | src/Scanner.cpp (renamed from Scanner.cpp) | 0 | ||||
-rw-r--r-- | src/Scanner.h (renamed from Scanner.h) | 0 | ||||
-rw-r--r-- | src/SourceReferenceFormatter.cpp (renamed from SourceReferenceFormatter.cpp) | 0 | ||||
-rw-r--r-- | src/SourceReferenceFormatter.h (renamed from SourceReferenceFormatter.h) | 0 | ||||
-rw-r--r-- | src/Token.cpp (renamed from Token.cpp) | 0 | ||||
-rw-r--r-- | src/Token.h (renamed from Token.h) | 0 | ||||
-rw-r--r-- | src/Types.cpp (renamed from Types.cpp) | 0 | ||||
-rw-r--r-- | src/Types.h (renamed from Types.h) | 0 | ||||
-rw-r--r-- | src/Utils.h (renamed from Utils.h) | 0 | ||||
-rw-r--r-- | src/Version.cpp (renamed from Version.cpp) | 0 | ||||
-rw-r--r-- | src/Version.h (renamed from Version.h) | 0 | ||||
-rw-r--r-- | src/grammar.txt (renamed from grammar.txt) | 0 |
51 files changed, 0 insertions, 0 deletions
diff --git a/ASTForward.h b/src/ASTForward.h index 0ba485a2..0ba485a2 100644 --- a/ASTForward.h +++ b/src/ASTForward.h diff --git a/ASTJsonConverter.cpp b/src/ASTJsonConverter.cpp index 122b1c0d..122b1c0d 100644 --- a/ASTJsonConverter.cpp +++ b/src/ASTJsonConverter.cpp diff --git a/ASTJsonConverter.h b/src/ASTJsonConverter.h index aaa54f7f..aaa54f7f 100644 --- a/ASTJsonConverter.h +++ b/src/ASTJsonConverter.h diff --git a/ASTPrinter.cpp b/src/ASTPrinter.cpp index d29ace17..d29ace17 100644 --- a/ASTPrinter.cpp +++ b/src/ASTPrinter.cpp diff --git a/ASTPrinter.h b/src/ASTPrinter.h index cdf651f3..cdf651f3 100644 --- a/ASTPrinter.h +++ b/src/ASTPrinter.h diff --git a/ASTUtils.cpp b/src/ASTUtils.cpp index 081d6b31..081d6b31 100644 --- a/ASTUtils.cpp +++ b/src/ASTUtils.cpp diff --git a/ASTUtils.h b/src/ASTUtils.h index b24a3404..b24a3404 100644 --- a/ASTUtils.h +++ b/src/ASTUtils.h diff --git a/ASTVisitor.h b/src/ASTVisitor.h index f7847220..f7847220 100644 --- a/ASTVisitor.h +++ b/src/ASTVisitor.h diff --git a/AST_accept.h b/src/AST_accept.h index 3557f877..3557f877 100644 --- a/AST_accept.h +++ b/src/AST_accept.h diff --git a/ArrayUtils.cpp b/src/ArrayUtils.cpp index 48ee5a05..48ee5a05 100644 --- a/ArrayUtils.cpp +++ b/src/ArrayUtils.cpp diff --git a/ArrayUtils.h b/src/ArrayUtils.h index 80ffc008..80ffc008 100644 --- a/ArrayUtils.h +++ b/src/ArrayUtils.h diff --git a/CMakeLists.txt b/src/CMakeLists.txt index 787e5576..787e5576 100644 --- a/CMakeLists.txt +++ b/src/CMakeLists.txt diff --git a/Compiler.cpp b/src/Compiler.cpp index f0d1b38e..f0d1b38e 100644 --- a/Compiler.cpp +++ b/src/Compiler.cpp diff --git a/Compiler.h b/src/Compiler.h index bec2b064..bec2b064 100644 --- a/Compiler.h +++ b/src/Compiler.h diff --git a/CompilerContext.cpp b/src/CompilerContext.cpp index 0f6f5fe7..0f6f5fe7 100644 --- a/CompilerContext.cpp +++ b/src/CompilerContext.cpp diff --git a/CompilerContext.h b/src/CompilerContext.h index 3f97d900..3f97d900 100644 --- a/CompilerContext.h +++ b/src/CompilerContext.h diff --git a/CompilerStack.cpp b/src/CompilerStack.cpp index a85738eb..a85738eb 100644 --- a/CompilerStack.cpp +++ b/src/CompilerStack.cpp diff --git a/CompilerStack.h b/src/CompilerStack.h index 735c4d15..735c4d15 100644 --- a/CompilerStack.h +++ b/src/CompilerStack.h diff --git a/CompilerUtils.cpp b/src/CompilerUtils.cpp index 49247581..49247581 100644 --- a/CompilerUtils.cpp +++ b/src/CompilerUtils.cpp diff --git a/CompilerUtils.h b/src/CompilerUtils.h index dbb00a1d..dbb00a1d 100644 --- a/CompilerUtils.h +++ b/src/CompilerUtils.h diff --git a/DeclarationContainer.cpp b/src/DeclarationContainer.cpp index 3e23d93b..3e23d93b 100644 --- a/DeclarationContainer.cpp +++ b/src/DeclarationContainer.cpp diff --git a/DeclarationContainer.h b/src/DeclarationContainer.h index 0f0b5717..0f0b5717 100644 --- a/DeclarationContainer.h +++ b/src/DeclarationContainer.h diff --git a/Exceptions.h b/src/Exceptions.h index 4bb6644b..4bb6644b 100644 --- a/Exceptions.h +++ b/src/Exceptions.h diff --git a/ExpressionCompiler.cpp b/src/ExpressionCompiler.cpp index 0841089b..0841089b 100644 --- a/ExpressionCompiler.cpp +++ b/src/ExpressionCompiler.cpp diff --git a/ExpressionCompiler.h b/src/ExpressionCompiler.h index 642560c6..642560c6 100644 --- a/ExpressionCompiler.h +++ b/src/ExpressionCompiler.h diff --git a/GasEstimator.cpp b/src/GasEstimator.cpp index 01219a65..01219a65 100644 --- a/GasEstimator.cpp +++ b/src/GasEstimator.cpp diff --git a/GasEstimator.h b/src/GasEstimator.h index 4020d60b..4020d60b 100644 --- a/GasEstimator.h +++ b/src/GasEstimator.h diff --git a/GlobalContext.cpp b/src/GlobalContext.cpp index 80cebd76..80cebd76 100644 --- a/GlobalContext.cpp +++ b/src/GlobalContext.cpp diff --git a/GlobalContext.h b/src/GlobalContext.h index f861c67d..f861c67d 100644 --- a/GlobalContext.h +++ b/src/GlobalContext.h diff --git a/InterfaceHandler.cpp b/src/InterfaceHandler.cpp index c6f8553d..c6f8553d 100644 --- a/InterfaceHandler.cpp +++ b/src/InterfaceHandler.cpp diff --git a/InterfaceHandler.h b/src/InterfaceHandler.h index 7784dbd7..7784dbd7 100644 --- a/InterfaceHandler.h +++ b/src/InterfaceHandler.h diff --git a/LValue.cpp b/src/LValue.cpp index 5c43fb82..5c43fb82 100644 --- a/LValue.cpp +++ b/src/LValue.cpp diff --git a/NameAndTypeResolver.cpp b/src/NameAndTypeResolver.cpp index 87f9da7e..87f9da7e 100644 --- a/NameAndTypeResolver.cpp +++ b/src/NameAndTypeResolver.cpp diff --git a/NameAndTypeResolver.h b/src/NameAndTypeResolver.h index d7a0a3b2..d7a0a3b2 100644 --- a/NameAndTypeResolver.h +++ b/src/NameAndTypeResolver.h diff --git a/Parser.cpp b/src/Parser.cpp index fbf8478d..fbf8478d 100644 --- a/Parser.cpp +++ b/src/Parser.cpp diff --git a/Scanner.cpp b/src/Scanner.cpp index fbe3ea97..fbe3ea97 100644 --- a/Scanner.cpp +++ b/src/Scanner.cpp diff --git a/Scanner.h b/src/Scanner.h index 43fcd133..43fcd133 100644 --- a/Scanner.h +++ b/src/Scanner.h diff --git a/SourceReferenceFormatter.cpp b/src/SourceReferenceFormatter.cpp index 77805efc..77805efc 100644 --- a/SourceReferenceFormatter.cpp +++ b/src/SourceReferenceFormatter.cpp diff --git a/SourceReferenceFormatter.h b/src/SourceReferenceFormatter.h index dd258c27..dd258c27 100644 --- a/SourceReferenceFormatter.h +++ b/src/SourceReferenceFormatter.h diff --git a/Token.cpp b/src/Token.cpp index d07d7502..d07d7502 100644 --- a/Token.cpp +++ b/src/Token.cpp diff --git a/Types.cpp b/src/Types.cpp index bda68356..bda68356 100644 --- a/Types.cpp +++ b/src/Types.cpp diff --git a/Version.cpp b/src/Version.cpp index 75a0dd25..75a0dd25 100644 --- a/Version.cpp +++ b/src/Version.cpp diff --git a/Version.h b/src/Version.h index 6e00f07b..6e00f07b 100644 --- a/Version.h +++ b/src/Version.h diff --git a/grammar.txt b/src/grammar.txt index 6503516c..6503516c 100644 --- a/grammar.txt +++ b/src/grammar.txt |