]> Repositorios git - scryer-prolog.git/commit
ENHANCED: support full layout text sequence (also comments) in integers with underscores
authorMarkus Triska <[email protected]>
Wed, 8 Dec 2021 09:42:19 +0000 (10:42 +0100)
committerMarkus Triska <[email protected]>
Wed, 8 Dec 2021 09:42:19 +0000 (10:42 +0100)
commitf79b8a1ca5861ae6a7652301ed2b3faea4b0f0b4
tree488a8f0c1a5a8135abde28cfb6f6e3e18619858b
parent637daa5bda4b1d26c2d8b958e5d7fb6060de6564
ENHANCED: support full layout text sequence (also comments) in integers with underscores

Example:

    ?- X = 1_/**/2.
    %@    X = 12.

Following the comment in https://github.com/mthom/scryer-prolog/pull/1112#issuecomment-981540485
crates/prolog_parser/src/lexer.rs