aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia
Commit message (Expand)AuthorAgeFilesLines
* Split inline assembly into loose and strict flavours.chriseth2018-01-062-4/+5
* Support some restricted tokens (return, byte, address) as identifiers in JuliaAlex Beregszaszi2018-01-051-0/+8
* Merge pull request #3279 from ethereum/function_hoisterchriseth2017-12-181-0/+85
|\
| * Function hoister.chriseth2017-12-151-0/+85
* | Function grouper.chriseth2017-12-151-0/+85
|/
* Simplify disambiguator.chriseth2017-12-053-12/+12
* Refactor iulia tests.chriseth2017-12-053-79/+148
* Disambiguator.chriseth2017-12-051-0/+177
* Force condition to be bool in iulia mode.chriseth2017-11-241-4/+6
* Tests.chriseth2017-11-221-0/+13
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-201-0/+20
* Check recursion depth in assembly parser.chriseth2017-08-221-1/+1
* Tests for recursion in JULIA.chriseth2017-08-221-0/+12
* Be more strict about number literals in assembly.chriseth2017-08-211-0/+8
* Add end-to-end testAlex Beregszaszi2017-07-131-1/+1
* Support parsing let statements without a valueAlex Beregszaszi2017-07-131-0/+5
* Initial EVM1.5 assembly implementation.chriseth2017-06-081-1/+3
* Refactor error reportingRhett Aultman2017-05-301-4/+5
* Change error message for invalid typeAlex Beregszaszi2017-05-271-3/+3
* Introduce Julia mode in AsmAnalyzerAlex Beregszaszi2017-05-271-1/+1
* Validate that only basic types are used in JuliaAlex Beregszaszi2017-05-271-1/+25
* Enable the analyzer for Julia testsAlex Beregszaszi2017-05-251-8/+6
* Add testsAlex Beregszaszi2017-05-231-0/+5
* Add tests for bool literalAlex Beregszaszi2017-05-191-0/+6
* Merge pull request #2222 from ethereum/julia-typeschriseth2017-05-161-9/+17
|\
| * Add tests for types in JuliaAlex Beregszaszi2017-05-061-9/+17
* | Remove an unused function `successAssemble`Yoichi Hirai2017-05-091-5/+0
|/
* Remove analyzer from Julia testsAlex Beregszaszi2017-05-051-21/+1
* Add Julia parser testAlex Beregszaszi2017-05-051-0/+212