leo/docs
Alessandro Coglio 7e930d8670 [ABNF] Fix use of integers in literals.
This removes the rule for `integer` and uses `natural` for all numeric literals.

Otherwise, lexing would be context-dependent for no good reason.

This is consistent with the lexer and parser of the Leo compiler.

Note that, for instance, `-1field` is not a literal, but rather a unary
expression where `-` is applied to the literal `1field`. This is consistent with
other languages too.
2022-03-08 21:08:59 -08:00
..
error-guides merge testnet3 2022-02-28 09:42:37 -08:00
grammar [ABNF] Fix use of integers in literals. 2022-03-08 21:08:59 -08:00
rfc Merge pull request #1414 from AleoHQ/rfc/static-circuit-members 2021-10-27 21:46:34 -07:00
compiler-phases.pdf adds compiler phases pdf 2021-08-05 20:17:10 +03:00