notoria
|
75aa4ce8a0
|
Completed read/1, ctrl-d is end_of_file
|
2020-05-03 19:54:17 +02:00 |
|
notoria
|
7df7901532
|
Implemented expmod/4
|
2020-05-02 14:56:07 +02:00 |
|
notoria
|
9df2df0f9f
|
Enhanced number_to_rational/2 and number_to_rational/3
|
2020-05-02 02:36:23 +02:00 |
|
notoria
|
98d38d763b
|
Added $scryer_prolog_version/1
|
2020-05-02 02:19:22 +02:00 |
|
notoria
|
319a4622b3
|
Enhanced command line
|
2020-05-02 01:02:06 +02:00 |
|
notoria
|
de8a017e80
|
Enhanced command line #2
|
2020-05-01 18:52:41 +02:00 |
|
notoria
|
6ae7ae0210
|
Enhanced version
|
2020-05-01 16:46:31 +02:00 |
|
notoria
|
b911d2fda4
|
Enhanced command line
|
2020-05-01 16:19:06 +02:00 |
|
notoria
|
490d008edf
|
Merge pull request #4 from triska/mediants
include library(arithmetic) in the overview
|
2020-04-29 23:48:07 +02:00 |
|
notoria
|
ccee17c573
|
Merge branch 'mediants' into mediants
|
2020-04-29 23:47:05 +02:00 |
|
notoria
|
a371580201
|
Add rational_numerator_denominator/3, number_to_rational/2 and renamed stern_brocot/3 to number_to_rational/3
|
2020-04-29 23:30:14 +02:00 |
|
notoria
|
f5a6268cef
|
Add rational_numerator_denominator/3, number_to_rational/2 and renamed stern_brocot/3 to number_to_rational/3
|
2020-04-29 21:52:01 +02:00 |
|
notoria
|
f7b49740c1
|
Removed predicate mediants/2 and added stern_brocot/3
|
2020-04-29 14:18:20 +02:00 |
|
notoria
|
1d339f74d1
|
Implemented predicate mediants/2 with Stern-Brocot tree
|
2020-04-29 02:44:13 +02:00 |
|
notoria
|
d61851ad02
|
Added predicate random_integer and updated clpb
|
2020-04-27 01:52:19 +02:00 |
|
notoria
|
de7a408903
|
Created the library random and moved some predicates from iso_ext
|
2020-04-26 23:37:22 +02:00 |
|
notoria
|
9b1272da51
|
Small patch for library pio
|
2020-04-26 14:54:20 +02:00 |
|
notoria
|
c98e869564
|
Implemented the Debug trait for all data structures
|
2020-04-26 02:20:24 +02:00 |
|
notoria
|
ad28d0025a
|
No trimming of the buffer
|
2020-04-25 18:20:20 +02:00 |
|
notoria
|
d6772c5ca5
|
Implemented phrase_from_file/2 and /2
|
2020-04-25 18:04:13 +02:00 |
|
notoria
|
1873b655a8
|
Implemented lsb/2 and msb/2
|
2020-04-24 23:52:32 +02:00 |
|
notoria
|
4b50608642
|
Implementation of the predicate char_type for a subset
|
2020-04-23 16:09:06 +02:00 |
|
notoria
|
e3a7f9eb7a
|
Draft of an implementation of char_type
|
2020-04-22 12:57:18 +02:00 |
|
notoria
|
6d7612ead6
|
Corrected the error being thrown by sleep/1
|
2020-04-20 16:36:57 +02:00 |
|
notoria
|
b3e31094ff
|
Changed the error being thrown by sleep/1
|
2020-04-20 11:27:28 +02:00 |
|
notoria
|
a7f3dafd81
|
Undo a workaround
|
2020-04-19 23:26:16 +02:00 |
|
notoria
|
fb38b4b906
|
Corrected bound
|
2020-04-19 23:04:51 +02:00 |
|
notoria
|
f0a1a90b0e
|
Merge pull request #3 from triska/sleep
update comment
|
2020-04-19 22:44:48 +02:00 |
|
notoria
|
fb331d39a6
|
Thrown an error if T < 0 or T > 0xfffffffffffffbff in sleep(T)
|
2020-04-19 22:43:13 +02:00 |
|
notoria
|
5a063c541d
|
Added the sleep predicate
|
2020-04-19 21:35:49 +02:00 |
|
notoria
|
c6a82cbc07
|
Removed a check in get_single_char
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
cc8f074d33
|
Added Space for continuation
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
196d74c3a0
|
Fixed the predicate name when error is thrown
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
3f578e24b5
|
Removed $raw_input_read_char
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
fb5ee5e190
|
get_single_char reads Tab as \t
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
63e8378310
|
get_single_char reads Enter as \n
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
c24ebaf506
|
Moved get_single_char from builtins.pl to charsio.pl
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
d3a1f11dfe
|
Added predicate for reading a single character
|
2020-04-18 14:16:46 -06:00 |
|
notoria
|
6996ca832d
|
Merge pull request #2 from triska/get_single_char
New feature: RET can now be used as a synonym for "." in the interaction
|
2020-04-18 18:51:37 +02:00 |
|
notoria
|
2e15ab44ab
|
Removed a check in get_single_char
|
2020-04-18 18:28:26 +02:00 |
|
notoria
|
988366e37f
|
Added Space for continuation
|
2020-04-18 16:57:45 +02:00 |
|
notoria
|
98a37905b8
|
Fixed the predicate name when error is thrown
|
2020-04-18 15:21:19 +02:00 |
|
notoria
|
bd832d0fbb
|
Merge pull request #1 from triska/get_single_char
use get_single_char/1
|
2020-04-18 14:50:32 +02:00 |
|
notoria
|
99e1a5f117
|
Removed $raw_input_read_char
|
2020-04-18 13:54:18 +02:00 |
|
notoria
|
b35b49f7b3
|
get_single_char reads Tab as \t
|
2020-04-18 13:33:42 +02:00 |
|
notoria
|
5d064b18e6
|
get_single_char reads Enter as \n
|
2020-04-18 13:30:52 +02:00 |
|
notoria
|
11ea92288d
|
Moved get_single_char from builtins.pl to charsio.pl
|
2020-04-18 12:52:49 +02:00 |
|
notoria
|
1ea6ae9fd9
|
Added predicate for reading a single character
|
2020-04-18 11:49:28 +02:00 |
|