Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add processor state, term constructor, and triple constructors. Change reifiedTriple to reifingTriple. #62

Merged
merged 22 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aea3484
* Add processor state, term constructor, and triple constructor for `…
gkellogg Aug 11, 2024
102b6f7
Eight state variables, not seven.
gkellogg Aug 11, 2024
506d7e4
Apply suggestions from code review
gkellogg Aug 12, 2024
1873565
Use "reifingTriple" instead of "reifiedTriple".
gkellogg Aug 14, 2024
d99af73
Update spec/index.html
gkellogg Aug 14, 2024
4d7e208
"reifingTriple" => "reifyingTriple".
gkellogg Aug 14, 2024
c1e90dd
Revert the `reifyingTriple` production to `reifiedTriple`. This bette…
gkellogg Aug 17, 2024
07960c1
`reifier` is optional, not zero or more, in `reifiedtriple`.
gkellogg Aug 17, 2024
c14ab8d
Apply suggestions from code review
gkellogg Aug 19, 2024
06cf7ff
Remove trailing ":" from RDF Triples Constructors sub-sections.
gkellogg Aug 24, 2024
79eb5f6
Switch Annotations and Annotation BLock Triples Constructors.
gkellogg Aug 24, 2024
778d4c0
Move emitting the reifing triple to the beginning of the Annotation B…
gkellogg Aug 24, 2024
9d6ada0
Use `verb` rather than `predicate` in the `reifiedTriple` EBNF produc…
gkellogg Aug 24, 2024
41b6da1
Update spec/index.html
gkellogg Aug 24, 2024
ca01a5f
Apply suggestions from code review
gkellogg Aug 26, 2024
91a72b2
* In the Annotations
gkellogg Aug 25, 2024
6300061
Add other productions that bind to curSubject.
gkellogg Aug 26, 2024
2d4b70a
Improve naming consistency.
gkellogg Aug 26, 2024
8e718f9
Retool Triple Constructors based on feedback.
gkellogg Aug 26, 2024
5d909e4
In Processor State explain that "records" creates a stack of saved va…
gkellogg Aug 26, 2024
3ad14fb
Stack `curReifier` in Annotations.
gkellogg Aug 26, 2024
15297c9
The value of `curReifier` does not need to be saved/restored in Annot…
gkellogg Aug 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading