index
:
pprolog
front
A new prolog interpreter for Plan 9. Replaces the old pprolog project.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
streams.c
Age
Commit message (
Collapse
)
Author
2021-07-27
Don't use strings to identify vars, use numbers
Peter Mikkelsen
2021-07-23
Simplify parsing a bit, and make sure the prolog loader calls read_term with ↵
Peter Mikkelsen
the correct module to pick up the correct operators
2021-07-20
Add a new work in progress loader to load all user defined modules
Peter Mikkelsen
2021-07-19
More work on streams
Peter Mikkelsen
2021-07-16
Add character input/output
Peter Mikkelsen
2021-07-16
Make operators local to each module, and implement some more correct ↵
Peter Mikkelsen
prettyprint code, used by write_term
2021-07-15
Make read_term understand the three read options:
Peter Mikkelsen
variables(Vars), variable_names(VarNames), singletons(Singles) as required per the ISO standard
2021-07-08
Add a mark-sweep garbage collector
Peter Mikkelsen
2021-07-05
Turn integers and floats into seperate term types
Peter Mikkelsen
2021-07-03
Start adding support for read_term and write_term
Peter Mikkelsen
2021-07-02
Start work on input/output streams
Peter Mikkelsen