issues
search
arademaker
/
delphin
The Lean port of PyDelphin, a library to integrate DELPH-IN toolsets
Apache License 2.0
3
stars
2
forks
source link
The Simple MRS parser: the MRS text representation to MRS object
#1
Open
arademaker
opened
11 months ago
arademaker
commented
11 months ago
[ ] improve the parsing of integers! The
pinteger
need to be similar to
digit
not producing an error message from the
toInt!
function.
[ ] decide about the parser of predicate names. The
<
and
>
can be in the names? See
https://github.com/delph-in/erg/issues/45
and
https://github.com/delph-in/erg/issues/46
and
https://github.com/delph-in/pydelphin/issues/371#issuecomment-1818265817
pinteger
need to be similar todigit
not producing an error message from thetoInt!
function.<
and>
can be in the names? See https://github.com/delph-in/erg/issues/45 and https://github.com/delph-in/erg/issues/46 and https://github.com/delph-in/pydelphin/issues/371#issuecomment-1818265817