mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
Add column numbers in README
This commit is contained in:
26
README.md
26
README.md
@@ -31,19 +31,19 @@ A list of all languages and their properties is maintained centrally in [`langua
|
|||||||
This file should be kept up-to-date and all build methods should read this config file.
|
This file should be kept up-to-date and all build methods should read this config file.
|
||||||
**If you see something wrong, please report/fix it.**
|
**If you see something wrong, please report/fix it.**
|
||||||
|
|
||||||
| Column | Description | Default |
|
| # | Column | Description | Default |
|
||||||
|:--------------|:-----------------------------------------|:-------:|
|
|:---|:--------------|:-----------------------------------------|:-------:|
|
||||||
| Code | e.g. `Eng` | - |
|
| 1 | Code | 3-letter language code, e.g. `Eng` | - |
|
||||||
| Name | language name in English, e.g. `English` | - |
|
| 2 | Name | language name in English, e.g. `English` | - |
|
||||||
| Directory | folder name under `src`, e.g. `english` | - |
|
| 3 | Directory | folder name under `src`, e.g. `english` | - |
|
||||||
| Functor | (not used) | - |
|
| 4 | Functor | functor name (not used) | - |
|
||||||
| Unlexer | (not used) | - |
|
| 5 | Unlexer | unlexer (not used) | - |
|
||||||
| Present | language is marked with `--# notpresent` | n |
|
| 6 | Present | language is marked with `--# notpresent` | n |
|
||||||
| All | compile `All` module | y |
|
| 7 | All | compile `All` module | y |
|
||||||
| Try | compile `Try` module | y |
|
| 8 | Try | compile `Try` module | y |
|
||||||
| Symbolic | compile `Symbolic` module | y |
|
| 9 | Symbolic | compile `Symbolic` module | y |
|
||||||
| Compatibility | complile `Compatibility` module | n |
|
| 10 | Compatibility | complile `Compatibility` module | n |
|
||||||
| Synopsis | include language in the RGL synopsis | n |
|
| 11 | Synopsis | include language in the RGL synopsis | n |
|
||||||
|
|
||||||
If default is `y` then anything other than `n`, including the empty string, is treated as true (and vice versa when default is `n`).
|
If default is `y` then anything other than `n`, including the empty string, is treated as true (and vice versa when default is `n`).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user