]> Repositorios git - scryer-prolog.git/commit
ENHANCED: allow Roman numerals in strings
authorMarkus Triska <[email protected]>
Wed, 3 May 2023 19:56:04 +0000 (21:56 +0200)
committerMark <[email protected]>
Fri, 23 Jun 2023 20:11:31 +0000 (14:11 -0600)
commit5e124ccf44a5b3ef0cdbbe62c12bc1d7e76cda56
tree9c8d4faa50693aea84ed37a4beb8e8485517615b
parent47d4e6d2f99de18df627a6dcbd52fc7d851b845b
ENHANCED: allow Roman numerals in strings

Example:

    ?- X = "ↁ".
       X = "ↁ".

This addresses #1790.
src/parser/macros.rs