]> 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)
committerMarkus Triska <[email protected]>
Wed, 3 May 2023 20:02:47 +0000 (22:02 +0200)
commite951db662d95725377a349964cb0d8cb6f3b38b7
tree1d5d35de6a5c873ab4ed5658608ac2916ed7b705
parentc5a3ec3ba8afb3504bf0a955f6e5078667d4ba6d
ENHANCED: allow Roman numerals in strings

Example:

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

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