Skip to content

Commit 33cb0ab

Browse files
committed
minor: Update components list in README.md
1 parent 0d669aa commit 33cb0ab

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ The syntax is not stable for now.
77

88
## High level overview
99

10-
[`lkql/`](lkql): Contains:
11-
* Langkit language definition for the LKQL parser
12-
* Implementation of the LKQL interpreter (in
13-
[`lkql/extensions/src`](lkql/extensions/src)). Embedding the LKQL interpreter
14-
only requires using the `lkql` project.
15-
* Command line app for the interpreter
16-
17-
[`lkql_checker`](lkql_checker): LKQL command line checker. Can run "checks"
18-
that will flag specific lines of code in a given Ada codebase.
10+
[`lkql/`](lkql): Langkit language definition for the LKQL parser.
11+
12+
[`lkql_checker/`](lkql_checker): GNATcheck sources and predefined LKQL rules.
13+
14+
[`lkql_jit/`](lkql_jit): LKQL reference implementation using the Truffle Java
15+
framework.
1916

2017
## Building & using
2118

0 commit comments

Comments
 (0)