Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
7eaf255d
Commit
7eaf255d
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
mention that the ASCII syntax exists (but we recommend unicode)
parent
e2639ac1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/editor.md
+9
-0
9 additions, 0 deletions
docs/editor.md
with
9 additions
and
0 deletions
docs/editor.md
+
9
−
0
View file @
7eaf255d
Here we collect some information on how to set up your editor to properly input
Here we collect some information on how to set up your editor to properly input
and output the unicode characters used throughout Iris.
and output the unicode characters used throughout Iris.
If you really want to, you can also avoid having to type unicode characters by
importing
`iris.bi.ascii`
. That enables parsing-only ASCII alternatives to many
unicode notations. (Feel free to report an issue when you notice that a notation
is missing.) The easiest way to learn the ASCII syntax is to
[
read this file
](
https://gitlab.mpi-sws.org/iris/iris/-/blob/master/theories/bi/ascii.v
)
.
Note however that this will make your code harder to read and work on for Iris
developers that are used to our default unicode notation---generally, our
recommendation is to use the unicode syntax whenever possible.
## General: Unicode Fonts
## General: Unicode Fonts
Most editors will just use system fonts for rendering unicode characters and do
Most editors will just use system fonts for rendering unicode characters and do
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment