Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix builtin function formatting in julia | Alex Beregszaszi | 2018-02-27 | 1 | -76/+77 |
* | Explain the difference to inline assembly. | chriseth | 2018-01-05 | 1 | -0/+7 |
* | Force condition to be bool in iulia mode. | chriseth | 2017-11-24 | 1 | -1/+1 |
* | Add if statement to Julia specification. | chriseth | 2017-11-22 | 1 | -2/+10 |
* | avoid reassigning variables | Sami Mäkelä | 2017-11-22 | 1 | -2/+2 |
* | added Switch specification | Sami Mäkelä | 2017-11-22 | 1 | -0/+13 |
* | Small fixes | chriseth | 2017-11-22 | 1 | -5/+5 |
* | Some clarifications. | chriseth | 2017-11-22 | 1 | -67/+87 |
* | Typos and clarifications. | chriseth | 2017-11-22 | 1 | -4/+5 |
* | Add true/false literals | Alex Beregszaszi | 2017-11-22 | 1 | -1/+3 |
* | Remove from examples | Alex Beregszaszi | 2017-11-22 | 1 | -3/+3 |
* | Switch cases do not require colon | Alex Beregszaszi | 2017-11-22 | 1 | -2/+2 |
* | Require at least one case in switch | chriseth | 2017-11-22 | 1 | -1/+1 |
* | Restriction of switch | Alex Beregszaszi | 2017-11-22 | 1 | -1/+6 |
* | Include section for Julia objects | Alex Beregszaszi | 2017-11-22 | 1 | -0/+68 |
* | Include type names in grammar | Alex Beregszaszi | 2017-11-22 | 1 | -2/+4 |
* | Remove subassembly | Alex Beregszaszi | 2017-11-22 | 1 | -4/+1 |
* | Support types in grammar | Alex Beregszaszi | 2017-11-22 | 1 | -6/+6 |
* | Clarify literals | Alex Beregszaszi | 2017-11-22 | 1 | -1/+1 |
* | Do not require parentheses on function return values | Alex Beregszaszi | 2017-11-22 | 1 | -7/+7 |
* | More specification. | chriseth | 2017-11-22 | 1 | -28/+80 |
* | Improve semantics description. | chriseth | 2017-11-22 | 1 | -19/+18 |
* | Include split/combine256 | Alex Beregszaszi | 2017-11-22 | 1 | -0/+6 |
* | Use signed/unsigned types in low-level functions | Alex Beregszaszi | 2017-11-22 | 1 | -71/+73 |
* | Include implicit type conversions | Alex Beregszaszi | 2017-11-22 | 1 | -0/+13 |
* | Document backends | Alex Beregszaszi | 2017-11-22 | 1 | -0/+21 |
* | Case is missing from switch statements | Alex Beregszaszi | 2017-11-22 | 1 | -3/+3 |
* | Add types to the examples | Alex Beregszaszi | 2017-11-22 | 1 | -9/+9 |
* | Define types in Julia | Alex Beregszaszi | 2017-11-22 | 1 | -0/+4 |
* | Describe built-in Julia functions | Alex Beregszaszi | 2017-11-22 | 1 | -1/+163 |
* | Move Julia documentation to its own file | Alex Beregszaszi | 2017-11-22 | 1 | -0/+189 |