mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 15:31:32 +03:00
894e0af225
Prohibit line terminators inside string literals. (This does not prohibit escapes for line feed and/or carriage return; it prohibits actual line feeds and carriage returns, which would break the string literal across lines.) Explicate line terminators in block comments, so that an accurate line count can be obtained more readily from the CSTs. (This is more relevant to the ACL2 formal development than to the Rust implementation, which does not have explicit CSTs.) Also reorder slightly some rules within the file. |
||
---|---|---|
.. | ||
error-guides | ||
grammar | ||
rfc | ||
compiler-phases.pdf |