chriseth
|
6f78998aaf
|
Merge pull request #309 from chriseth/fix_cross_contract_enum_access
Add structs and enums to contract types.
|
2015-12-21 15:37:24 +01:00 |
|
chriseth
|
6c6295b74e
|
Merge pull request #311 from guanqun/correct-boolean-literal-position
correct true/false literal's source
|
2015-12-18 17:14:57 +01:00 |
|
chriseth
|
54e3637d23
|
Add structs and enums to contract types.
|
2015-12-18 16:50:14 +01:00 |
|
Lu Guanqun
|
e4f713b55b
|
correct true/false literal's source
Before:
Literal, token: true value: true
Type: bool
Source: "true;"
After:
Literal, token: true value: true
Type: bool
Source: "true"
Extra token is removed.
|
2015-12-18 23:48:34 +08:00 |
|
chriseth
|
938ed70935
|
Merge pull request #304 from chriseth/imp
Simple aliasing during import
|
2015-12-18 13:02:01 +01:00 |
|
chriseth
|
603dc58040
|
Simple aliasing during import.
|
2015-12-18 12:46:56 +01:00 |
|
chriseth
|
d3c459b5a9
|
Parse complex import directives.
|
2015-12-18 12:46:54 +01:00 |
|
chriseth
|
fe23cc8226
|
Merge pull request #307 from VoR0220/develop
OS X specific doc changes for those with trouble building from source
|
2015-12-17 21:06:12 +01:00 |
|
RJ
|
96854548f8
|
Update installing-solidity.rst
|
2015-12-17 12:55:51 -06:00 |
|
RJ
|
14c7ceef28
|
Update installing-solidity.rst
|
2015-12-17 10:36:31 -06:00 |
|
RJ Catalano
|
2bd573ad6f
|
update with OS X specific instructions on installation
|
2015-12-17 10:32:36 -06:00 |
|
RJ Catalano
|
8edd409c61
|
new doc
|
2015-12-17 10:31:37 -06:00 |
|
chriseth
|
1cde6f9d16
|
Merge pull request #300 from ethereum/noevmjit
Add -EVMJIT=0
|
2015-12-17 02:14:27 +01:00 |
|
chriseth
|
eb11c7f43f
|
Merge pull request #305 from VoR0220/inlineArrays
Parsing for Inline Arrays is passing
|
2015-12-17 01:21:22 +01:00 |
|
RJ Catalano
|
ed1dd50acd
|
changed error message
|
2015-12-16 17:26:41 -06:00 |
|
RJ Catalano
|
905d55e34f
|
updated tests and much simpler algorithm for parsing errors
|
2015-12-16 16:47:37 -06:00 |
|
RJ Catalano
|
559c210643
|
Merge branch 'inlineArrays' into develop
|
2015-12-16 16:01:45 -06:00 |
|
RJ Catalano
|
fe04d7f7f7
|
added one more test and realized that there was one last change before the parser is perfect
|
2015-12-16 14:50:40 -06:00 |
|
RJ Catalano
|
f7a1860abd
|
forgot about this one...again making this purely about parsing...typechecking will come another day
|
2015-12-16 13:35:28 -06:00 |
|
RJ Catalano
|
df41812442
|
making this purely about parsing...type checking will go in a different PR
|
2015-12-16 13:23:05 -06:00 |
|
RJ Catalano
|
de969945ea
|
Parsing is complete
|
2015-12-16 13:17:41 -06:00 |
|
RJ Catalano
|
0ba24a5289
|
changed a couple of small nuances, made an attempt at fixing the parsing in the inline arrays case (fails), and added test for inline arrays per Chriseth request
|
2015-12-16 12:55:52 -06:00 |
|
RJ Catalano
|
caa6202f62
|
temporary assert added
|
2015-12-16 10:34:16 -06:00 |
|
RJ Catalano
|
734318ed04
|
Merge branch 'develop' of github.com:VoR0220/solidity into develop
|
2015-12-15 16:54:28 -06:00 |
|
RJ Catalano
|
c8e4e9c05c
|
still not able to get types resolved, however it is compiling
|
2015-12-15 16:44:11 -06:00 |
|
RJ Catalano
|
9ab066de8c
|
new tests
|
2015-12-15 14:47:09 -06:00 |
|
RJ Catalano
|
aebce8a1d5
|
now is compiling and passing soltest...but I think there may be a few more things to do
|
2015-12-15 12:22:52 -06:00 |
|
RJ Catalano
|
5a462afd03
|
fixed case statements
|
2015-12-15 11:37:00 -06:00 |
|
RJ Catalano
|
767103be57
|
changing Tuple Constructor
|
2015-12-15 11:16:54 -06:00 |
|
RJ Catalano
|
84241804dc
|
updated attempt...still a bit more work to do but here's what's current
|
2015-12-15 11:00:35 -06:00 |
|
RJ Catalano
|
42c4339404
|
updated attempt, a couple of more things to sort through and change
|
2015-12-15 10:57:57 -06:00 |
|
chriseth
|
591a4f1ff4
|
Merge pull request #288 from chriseth/import_contexts
Do not clutter importee when importing.
|
2015-12-15 11:43:59 +01:00 |
|
chriseth
|
53da78e609
|
Style.
|
2015-12-15 09:57:05 +01:00 |
|
RJ
|
84e2d7f456
|
Merge pull request #1 from ethereum/develop
Update stuff
|
2015-12-14 17:43:22 -06:00 |
|
RJ Catalano
|
574e48b0b5
|
Inline array declarations complete
|
2015-12-14 17:40:35 -06:00 |
|
chriseth
|
01d3417d5f
|
Add -EVMJIT=0
|
2015-12-14 18:09:50 +01:00 |
|
chriseth
|
98684cca90
|
Merge pull request #299 from chriseth/documentPrivate
Note about private note being invisible.
|
2015-12-14 17:53:15 +01:00 |
|
chriseth
|
5622011bc5
|
Note about private note being invisible.
|
2015-12-14 16:22:52 +01:00 |
|
chriseth
|
e7098958d0
|
Merge pull request #296 from chriseth/solidityHighlighting
Pygments highlighting rules for Solidity.
|
2015-12-10 17:31:28 +01:00 |
|
chriseth
|
c7ec85754a
|
Pygments highlighting rules for Solidity.
|
2015-12-10 17:30:33 +01:00 |
|
chriseth
|
251e7aa462
|
Merge pull request #289 from chriseth/fix_base_constructor_params
Fix: Type checker crash for wrong number of base constructor arguments.
|
2015-12-10 15:48:48 +01:00 |
|
chriseth
|
08cb74a1de
|
Merge pull request #290 from chriseth/fix_gas_iterator
Fix: Segfaults connected to paramater types.
|
2015-12-10 15:47:35 +01:00 |
|
chriseth
|
ca10971291
|
Merge pull request #293 from chriseth/doc_index
Documentation index page and build instructions.
|
2015-12-10 15:47:18 +01:00 |
|
chriseth
|
19b10460d1
|
Merge pull request #294 from chriseth/newfaq
Overflow check.
|
2015-12-10 15:47:09 +01:00 |
|
chriseth
|
349c4247e8
|
Merge pull request #295 from chriseth/removedocker
Removed obsolete Dockerfile.
|
2015-12-10 15:47:01 +01:00 |
|
chriseth
|
7dccca5ca9
|
Removed obsolete dockerfile.
|
2015-12-10 13:03:08 +01:00 |
|
chriseth
|
9fd7200847
|
Overflow check.
|
2015-12-10 12:34:46 +01:00 |
|
chriseth
|
3ce73e0bd3
|
Added build guide.
|
2015-12-10 12:22:53 +01:00 |
|
chriseth
|
b344bbac5d
|
Improved index page.
|
2015-12-10 11:36:27 +01:00 |
|
RJ
|
8223abaf20
|
Update for_Ze_Devs.md
|
2015-12-09 20:45:17 -06:00 |
|