Skip to content

Commit

Permalink
Introduce class FQParser, NO CODE YET
Browse files Browse the repository at this point in the history
  • Loading branch information
shingarov committed Oct 17, 2024
1 parent 8cb623e commit c8e7bbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Refinements-Parsing/FQParser.class.st
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Class {
#name : #FQParser,
#superclass : #FixpointParser,
#category : #'Refinements-Parsing'
}

0 comments on commit c8e7bbf

Please sign in to comment.