1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Singularize word in README.md

This commit is contained in:
Nate Eagleson 2019-06-06 08:03:43 -04:00 committed by GitHub
parent 8953d7e223
commit f9af6561db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ cabal new-run semantic -- --help
Architecturally, `semantic`:
1. Reads blobs.
2. Generates parse trees for those blobs with [tree-sitter][tree-sitter] (an incremental parsing system for programmings tools).
2. Generates parse trees for those blobs with [tree-sitter][tree-sitter] (an incremental parsing system for programming tools).
3. Assigns those trees into a generalized representation of syntax.
4. Performs analysis, computes diffs, or just returns parse trees.
5. Renders output in one of many supported formats.