This site uses cookies only for the purpose of identifying user sessions.
This is required to properly register actions.
Exercise
‹6›:
Lexical ANTLR description for inexact constants in Scheme, like 35## 35#.## 356.3## 35. 35#. 0.#
In this way we represent a real number without leading zeros and with optional
“.”, where some (but not all) of the least significant digits have been
replaced by #.
Authors: Guillem Godoy (taken from Jordi Cortadella's exercise list)
/
Documentation: