Lefteris Karapetsas
|
e5ccf5e2be
|
Typo in EnumValue
|
10 years ago |
Lefteris Karapetsas
|
81ecc03e9d
|
implement getType() for EnumValue
|
10 years ago |
Lefteris Karapetsas
|
b4302da542
|
EnumDeclaration -> EnumValue
|
10 years ago |
Lefteris Karapetsas
|
fc6210e00f
|
Indentation fixes
|
10 years ago |
Lefteris Karapetsas
|
5c164fb42c
|
Enum Value member access should now work properly
- Also detection of duplicate enum values and tests for them have been
added
|
10 years ago |
Lefteris Karapetsas
|
07886f42bb
|
Enum type conversion and member value access.
- Added tests for the type conversion part.
- Enum member value access still needs some work
|
10 years ago |
Lefteris Karapetsas
|
5659ed1238
|
Correcting and testing enum member access
|
10 years ago |
Lefteris Karapetsas
|
2dbf739119
|
Enums NameAndTypeResolution - WIP
- Also adding an EndToEnd enum test
|
10 years ago |
Lefteris Karapetsas
|
31014b3457
|
Disallow trailing comma in Enum Declaration
|
10 years ago |
Lefteris Karapetsas
|
9232b4cd88
|
Introducing EnumType and some Parser tests
|
10 years ago |
Lefteris Karapetsas
|
133969bd2a
|
Parsing an enum AST node
|
10 years ago |
Lefteris Karapetsas
|
082bfb2300
|
Parsing enums for Solidity - WIP
|
10 years ago |
Lefteris Karapetsas
|
1265be7bb8
|
Adding enum Token and whitespace style at Token.h
|
10 years ago |
Marek Kotewicz
|
0520e0f4db
|
fixed issue with including wrong json/json.h file
|
10 years ago |
Christian
|
1ffdd5d7ff
|
Copying calldata directly to memory.
|
10 years ago |
Christian
|
02f2070ddb
|
Copying structs.
|
10 years ago |
Christian
|
a0db309212
|
length member for byte arrays.
|
10 years ago |
Christian
|
11283fef7e
|
Bytes type cleanup.
|
10 years ago |
Christian
|
3bf06f344b
|
Added some comments.
|
10 years ago |
Christian
|
390097db53
|
Moved copy code to CompilerUtils.
|
10 years ago |
Christian
|
aa765180f1
|
Copy storage to storage.
|
10 years ago |
Christian
|
9be8307f22
|
Dynamic copy to memory.
|
10 years ago |
Christian
|
f9d853fe90
|
Simple copy of bytes to storage.
|
10 years ago |
Christian
|
10667e0b41
|
Tests and some code for msg.data.
|
10 years ago |
Christian
|
1e6f3cb1bd
|
Introduced byte array type.
|
10 years ago |
Christian
|
a88377e5cb
|
Some windows fixes.
|
10 years ago |
Lu Guanqun
|
1372154ff2
|
small fixes per chris's comments
|
10 years ago |
Lu Guanqun
|
e85fe2348f
|
add exponent operator
https://www.pivotaltracker.com/n/projects/1189488/stories/83746404
|
10 years ago |
Marek Kotewicz
|
b6cb2a87ee
|
fixed jsoncpp find_path
|
10 years ago |
Christian
|
8b3dec6773
|
Arbitrary parameters for call() and all hash functions.
|
10 years ago |
Lefteris Karapetsas
|
c68f7f2790
|
Addressing issues in Enum style fix
|
10 years ago |
chriseth
|
1e1c4501dd
|
Typo fix.
|
10 years ago |
Lefteris Karapetsas
|
368cc8ffea
|
LValueType of Expression Compiler is now CamelCase
|
10 years ago |
Lefteris Karapetsas
|
830f0ec52a
|
ExpressionCompiler's enums to CamelCase
|
10 years ago |
Lefteris Karapetsas
|
d53dcd3183
|
Styling in Natspec Enums
|
10 years ago |
Lefteris Karapetsas
|
46dfdc97af
|
Camelcasing enums in Types.h
|
10 years ago |
Lefteris Karapetsas
|
6bb8233d15
|
Changing Solidity Code to use CamelCase enum values
|
10 years ago |
Christian
|
16bda2824b
|
Some cleanup in "move to memory" functions.
|
10 years ago |
Liana Husikyan
|
f6b64f0dbd
|
trying to avoid win_build problems
|
10 years ago |
liana
|
2c7bf41047
|
- added assertion
|
10 years ago |
liana
|
5a3cc313f1
|
- some more changes
|
10 years ago |
Liana Husikyan
|
1db350b06a
|
- removed unnesessary braces but one in if statement is still there because of warrning about ambiguous "else"
- added marking of position in node factory to the function
Conflicts:
libsolidity/Parser.cpp
|
10 years ago |
Liana Husikyan
|
2fd33d98cc
|
- implemented Empty parameter name story. Now the name of input/return parameters of function can be not specified.
- added appropriate tests
Conflicts:
test/SolidityEndToEndTest.cpp
test/SolidityNameAndTypeResolution.cpp
|
10 years ago |
Christian
|
a7a14c07ba
|
Small cleanup.
|
10 years ago |
Lu Guanqun
|
833164b742
|
simplify two statements with selectToken()
|
10 years ago |
guanqun
|
23c597ae29
|
remove AST.h Utils.h's x permission
|
10 years ago |
Lu Guanqun
|
77a15f749f
|
change typedef to using according to preferred coding style
|
10 years ago |
Lefteris Karapetsas
|
490cb5608e
|
Small fixes in Types and ExpressionCompiler
|
10 years ago |
Christian
|
6219085ad9
|
Accessors for structs.
|
10 years ago |
Lefteris Karapetsas
|
351cfecae9
|
Small fixes for proper multitype/multiarg SHA3
|
10 years ago |