Commit e558134
committed
Rename library to top-level artifact for now
This library will eventually be split into a few pieces:
* The direct Parser API, probably called prism-parser-api
* The native backend, probably called prism-parser-native
* The WASM backend, probably called prism-parser-wasm
* The Prism gem backend (with line info etc), name TBD
But for now, the first three are all in one library and the fourth
is still being designed. We will publish this aggregate library as
prism-parser. When the component libraries are defined, most likely
prism-parser will aggregate (depend upon) the first three
artifacts, so this should not impact future releases of JRuby.1 parent e1be912 commit e558134
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments