Block or Report
Block or report triska
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
295 contributions in the last year
Less
More
Contribution activity
April 2023
Created 6 commits in 2 repositories
Created a pull request in mthom/scryer-prolog that received 2 comments
FIXED: number_chars(N, "0' "), addressing #1580.
There may be a more elegant way to solve this.
+33
−12
•
2
comments
Opened 1 other pull request in 1 repository
mthom/scryer-prolog
1
merged
Created an issue in mthom/scryer-prolog that received 6 comments
number_chars/2 sometimes yields wrong results
Currently, we get:
?- number_chars(N, "0'\n /*test*/"). N = 0, unexpected.
Expected: syntax error.
In fact, I wonder if number_chars/2 is not too …
6
comments




