-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend documentation #766
Conversation
I removed the adjective |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some minor stylistic changes
docs/sphinx_docs/Usage/index.md
Outdated
|
||
### Frontend option | ||
|
||
The `--frontend` option let's you select the frontend used to parse and type the input file. Since 2.5.0, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The `--frontend` option let's you select the frontend used to parse and type the input file. Since 2.5.0, | |
The `--frontend` option let's you select the frontend used to parse and type the input file. Since version 2.5.0, |
docs/sphinx_docs/Usage/index.md
Outdated
The `--frontend` option let's you select the frontend used to parse and type the input file. Since 2.5.0, | ||
Alt-Ergo integrates two frontends: | ||
- The `legacy` frontend is the historical frontend of Alt-Ergo supporting the native language | ||
and (partially) supporting the SMT-LIB language. The legacy frontend is selected by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and (partially) supporting the SMT-LIB language. The legacy frontend is selected by default. | |
and (partially) supporting the SMT-LIB language. The legacy frontend is currently the default. |
docs/sphinx_docs/Usage/index.md
Outdated
You can select it with the `--frontend dolmen` option. In the future, this | ||
frontend will be used by default. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can select it with the `--frontend dolmen` option. In the future, this | |
frontend will be used by default. | |
You can select it with the `--frontend dolmen` option, which is planned to become the default in a future release. |
* Update the frontend documentation * Removing the `fully` adjective * Review changes
No description provided.