Skip to content

Commit

Permalink
Merge pull request #29 from sfermigier/fix-bullets
Browse files Browse the repository at this point in the history
Fix bullet points / lists
  • Loading branch information
ftomassetti authored Jul 20, 2023
2 parents bb227b1 + e442bde commit 515360a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ On top of the above core features, StarLasu builds several advanced concepts, de

[Symbol Resolution](https://github.com/Strumenta/StarLasu/blob/main/documentation/symbol_resolution.md)
is the process of giving a _meaning_ to the each _name_ in the source code. For example:

* to connect a given use of a variable to its declaration;
* to reconstruct the definition of a SQL column from an alias in a subquery;
* to identify a user-defined therapy plan in a medical support DSL.
Expand Down
1 change: 1 addition & 0 deletions documentation/usecases/building-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Initially, we define an ANTLR grammar. Then, we define AST classes are using Sta
An initial version may also be generated from the ANTLR grammar, by using StarLasu-Tools.

We then organize the parser into a pipeline:

1. First-stage parsing using ANTLR. We obtain a parse tree and, possibly, a series of errors.
2. Second-stage parsing. [The parse tree is mapped into the AST](../parsetree_to_ast.md)
3. Potentially, for some parsers, we perform additional steps, such as:
Expand Down

0 comments on commit 515360a

Please sign in to comment.