Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
G. Roggemans committed May 18, 2016
1 parent fe46342 commit 35c868f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,34 @@ If the output file is omitted, `$input-file.out` will be used.
U can alter the behavior of the compiler by setting some env. variables.
TODO

#### Syntax
Ellipsis-Compiler uses specially formatted comments for its syntax. This will
preserve syntax highlighting/checks and makes it possible to have a files that
also work if they aren't compiled.

By default the `#` symbol is used to indicate comments, but this can be altered
by setting the `$EC_COMMENT` variable. Lines with a special meaning are
indicated with a prompt like string `_>`. This can be altered by setting the
`$EC_PROMPT` variable.

##### include (include_raw)
TODO

##### if (then, else, elif)
TODO

##### raw
TODO

##### write (>)
TODO

##### msg
TODO

##### fail
TODO

### Docs
Please consult the [docs][docs-url] for more information.

Expand Down

0 comments on commit 35c868f

Please sign in to comment.