aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia/Parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming libjulia to libyulChristian Parpart2018-10-151-306/+0
* AsmParser,TypeChecker: Fix typos.Cryptomental2018-07-101-1/+1
* Rename test suites from J/Iulia* to Yul*Alex Beregszaszi2018-06-261-1/+1
* update testsAlex Beregszaszi2018-06-141-3/+3
* Update parser test expectationsAlex Beregszaszi2018-05-041-5/+5
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-141-1/+1
* Warn about using loose inline assembly features as experimental 0.5.0 feature.chriseth2018-03-071-0/+1
* Provide EVM version to assembly analysis.chriseth2018-03-021-1/+6
* Raise error on oversized number literals in assemblyAlex Beregszaszi2018-02-221-0/+1
* Expect end of string at end of top-level block for assembly parser.chriseth2018-02-211-1/+1
* Split inline assembly into loose and strict flavours.chriseth2018-01-061-2/+2
* Support some restricted tokens (return, byte, address) as identifiers in JuliaAlex Beregszaszi2018-01-051-0/+8
* 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