@@ -112,7 +112,7 @@ runtime, but only loaded).
112112The target, from the point of view of Software Engineering, is to write
113113a parser according to its language specifics, and to modify it when the
114114language specifics are changed or extended.
115- More details over this process and other functionalities are described
115+ More details about this process and other functionalities are reported
116116in the documentation and in the wiki.
117117
118118
@@ -121,7 +121,7 @@ in the documentation and in the wiki.
121121The analysis framework is divided in three sub-modules: lexer, parser and
122122semantic analyzer. The framework provides all the interfaces that define
123123the functionalities for lexers, parsers and interpreters.
124- Lexer and parser modules define a proper final implementation, indicated
124+ Lexer and parser modules define proper final implementations, named
125125with the "Standard" prefix: the StandardLexer and the StandardParser.
126126The semantic module provides a standard syntax tree exploring machinery,
127127defined by the SemanticAnalyzer class. This class implements an iterative
@@ -161,7 +161,7 @@ choices for designing a language for some project. It is emphasized
161161that this library is under Apache License 2.0, and then it could be
162162integrated also in a proprietary software, or used as a starting point
163163to obtain an enhanced version of it. To familiarize with JointyC and its
164- programming method , it is highly recommended to start exploring the
164+ programming logics , it is highly recommended to start exploring the
165165provided tutorials and documentation.
166166
167167
0 commit comments