Skip to content

Commit 71c48ad

Browse files
authored
Update README.md
1 parent 159c089 commit 71c48ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runtime, but only loaded).
112112
The target, from the point of view of Software Engineering, is to write
113113
a parser according to its language specifics, and to modify it when the
114114
language 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
116116
in the documentation and in the wiki.
117117

118118

@@ -121,7 +121,7 @@ in the documentation and in the wiki.
121121
The analysis framework is divided in three sub-modules: lexer, parser and
122122
semantic analyzer. The framework provides all the interfaces that define
123123
the 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
125125
with the "Standard" prefix: the StandardLexer and the StandardParser.
126126
The semantic module provides a standard syntax tree exploring machinery,
127127
defined by the SemanticAnalyzer class. This class implements an iterative
@@ -161,7 +161,7 @@ choices for designing a language for some project. It is emphasized
161161
that this library is under Apache License 2.0, and then it could be
162162
integrated also in a proprietary software, or used as a starting point
163163
to 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
165165
provided tutorials and documentation.
166166

167167

0 commit comments

Comments
 (0)