Christian
a735228079
Support empty strings.
2014-12-11 14:19:11 +01:00
Christian
8b54d1afb2
Merge remote-tracking branch 'ethereum/develop' into sol_strings
...
Conflicts:
libsolidity/Types.cpp
2014-12-10 17:24:23 +01:00
chriseth
3c377f77bb
Merge pull request #577 from chriseth/sol_constCleanup
...
Solidity const cleanup
2014-12-10 17:19:01 +01:00
Christian
373f0da267
Helper functions to access memory.
2014-12-10 17:15:17 +01:00
Christian
130ff85e85
String types.
2014-12-10 16:30:20 +01:00
chriseth
e8b7d26664
Const change.
2014-12-10 14:37:37 +01:00
Christian
da62403e79
Stylistic changes.
2014-12-10 14:33:30 +01:00
Christian
5edffeba19
Take variable stack size correctly into account for return value packer.
2014-12-10 12:51:26 +01:00
Christian
35d5b28fae
Variable-size stack elements for expression compiler.
2014-12-08 22:26:22 +01:00
Christian
b7d856ed5f
Changes in compiler to support variably sized stack elements.
2014-12-08 19:02:40 +01:00
Christian
9b68033efc
Cleanup before return.
2014-12-08 18:19:25 +01:00
Christian
9e120d4585
Consts in SourceReferenceFormatter.
2014-12-08 17:47:02 +01:00
Christian
e8b18e95ce
Move implementations of ::accept out of AST.cpp.
2014-12-08 17:47:02 +01:00
Christian
cd5f495861
Register variably-sized variables on stack.
2014-12-08 16:56:41 +01:00
Christian
a15b03e991
Some more consts.
2014-12-08 13:29:14 +01:00
Christian
e0ed942519
Removed unused members.
2014-12-08 13:15:43 +01:00
Christian
f636ac6fc4
More const cleanup.
2014-12-08 13:15:43 +01:00
Christian
13640d7db8
Clear separation between ASTVisitor and ASTConstVisitor and more const specifiers.
2014-12-08 12:53:56 +01:00
Christian
c78c330634
Const AST visitor for the compiler.
2014-12-08 12:49:03 +01:00
Christian
41b8d7b7f1
Const functions for ASTVisitor and const ASTPrinter.
2014-12-08 12:49:03 +01:00
Christian
57e6827cb5
Calling functions of other contracts.
2014-12-08 12:39:29 +01:00
Christian
260a1529a7
Compile fix.
2014-12-08 12:19:37 +01:00
Christian
26f554d0d8
Merge remote-tracking branch 'ethereum/develop' into sol_import
...
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
libsolidity/InterfaceHandler.cpp
libsolidity/InterfaceHandler.h
solc/main.cpp
test/solidityJSONInterfaceTest.cpp
test/solidityNatspecJSON.cpp
2014-12-08 12:07:17 +01:00
Christian
d25d98a260
Comments and braces.
2014-12-07 09:46:21 +01:00
Lefteris Karapetsas
407f11ba76
Replacing old cstyle enums with c++11 enums in natspec
2014-12-05 15:50:39 +01:00
Christian
25273778dc
Renamed url to identifier and added some comments.
2014-12-05 15:35:05 +01:00
Christian
d4a958e1fe
Merge remote-tracking branch 'ethereum/develop' into sol_import
...
Conflicts:
libsolidity/CompilerStack.cpp
libsolidity/CompilerStack.h
solc/main.cpp
2014-12-05 15:27:07 +01:00
Lefteris Karapetsas
c8f96589c5
Stack compiler now correctly returns a string and not a pointer
2014-12-05 12:41:32 +01:00
Lefteris Karapetsas
27ef18865d
Newline right after doctag is now a valid natspec entry
...
- Plus tests for that
2014-12-05 12:27:18 +01:00
Lefteris Karapetsas
11cac68cf4
Introducing Docstring parsing error exception and style fixes
2014-12-05 12:08:26 +01:00
Lefteris Karapetsas
8f6656f1b8
Using iterators in Natspec comment parsing
...
- Used iterators in the entirety of the InterfaceHandler natspec comment
parsing pipeline
- Fixed issue where @param continuing in new line would not get a space
2014-12-05 02:10:54 +01:00
Lefteris Karapetsas
dedd1a312b
Addressing styling and miscellaneous issue with Natspec
2014-12-04 23:55:47 +01:00
Lefteris Karapetsas
02a04eef5c
Natspec @return tag parsing
...
- Also omitting tags from the output JSON file if they are missing
instead of providing an empty string for their value
2014-12-04 18:12:52 +01:00
Lefteris Karapetsas
df4db1de07
Merge branch 'develop' into natspec_export_json
2014-12-04 17:28:46 +01:00
Lefteris Karapetsas
05964375f8
Natspec parsing @param doctags
...
- Plus additional work on generally parsing doctags.
One important missing feature is to parse a tag midline
- Adding more tests
2014-12-04 17:19:47 +01:00
Lefteris Karapetsas
3e803b40e1
Parsing notice and dev doxytags.
...
- Only initial work done. Still need to refine the logic and
incorporate all the other types of tags.
- Added/Modified some tests
- Work in progress
2014-12-04 09:42:38 +01:00
Lefteris Karapetsas
ba27dc7421
Styling in libsolidity's InterfaceHandler
2014-12-04 01:27:38 +01:00
Christian
d2cf345483
Improved external interface for multi-source and multi-contract compilation.
2014-12-03 18:52:28 +01:00
Christian
254df50fea
Multi-source and multi-contract compiler.
2014-12-03 18:51:59 +01:00
Lefteris Karapetsas
a0ff2179d4
Work in progress for parsing natspec doxytags
2014-12-03 17:46:04 +01:00
Lefteris Karapetsas
d25581de7c
Moving all Interface and Documentation functionality to own class
...
- Creating the Interface Handler class which will take care of the
parsing of Natspec comments and of interfacing with and outputing to
JSON files.
- Will also handle the ABI interface creation
2014-12-03 16:40:37 +01:00
Lefteris Karapetsas
be81981ec4
Separate user and dev natspec documentation
...
- plus other small changes according to the spec
2014-12-03 13:50:04 +01:00
Christian
328387d6d0
Import directive.
2014-12-03 10:44:46 +01:00
Christian
9dadeea377
Remove std::.
2014-12-03 10:42:04 +01:00
Gav Wood
5af545d47d
Merge pull request #547 from chriseth/sol_scannercleanup
...
Cleanup of scanner.
2014-12-03 10:15:42 +01:00
Gav Wood
f29e930f41
Merge pull request #549 from chriseth/sol_saveScope
...
Disallow assignments to structs and mappings
2014-12-03 10:15:11 +01:00
Christian
7b54d957d8
Comments for the TOKEN_LIST usage.
2014-12-03 09:41:12 +01:00
chriseth
9cfccd1826
Merge pull request #554 from chriseth/sol_constantOptimizer
...
Solidity optimizer for literal numbers
2014-12-03 08:30:48 +01:00
Gav Wood
71ae1f8f00
Warnings fixes (well.. the UPnP was actually a crash fix.)
2014-12-02 20:18:01 +01:00
Christian
24f3a4a2ea
Fix: Storage offset of first struct member should be zero.
2014-12-02 17:58:44 +01:00