Skip to content

Commit

Permalink
Introduce FixpointParser which will serve as the common superclass of…
Browse files Browse the repository at this point in the history
… NNFParser/FQParser
  • Loading branch information
shingarov committed Oct 17, 2024
1 parent 6187ebe commit 8ad1946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/Refinements-Parsing/FixpointParser.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Class {
#name : #FixpointParser,
#superclass : #PPCompositeParser,
#category : #'Refinements-Parsing'
}
2 changes: 1 addition & 1 deletion src/Refinements-Parsing/NNFParser.class.st
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Class {
#name : #NNFParser,
#superclass : #PPCompositeParser,
#superclass : #FixpointParser,
#instVars : [
'fixpoint',
'constraint',
Expand Down

0 comments on commit 8ad1946

Please sign in to comment.