-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
1,654 additions
and
1,455 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
# Building and running Ellie | ||
|
||
Please note ellie is in active **alpha** stage and is not ready for use. Planed runtime postponed due to [#55](https://github.com/behemehal/Ellie-Language/issues/55), but after (12.04.2021) runtime work is started. You can follow progress in [blog](https://www.ellie-lang.org/blog.html) or you can join our community on [Discord](https://discord.gg/EqVh4T959N) | ||
|
||
|
||
## Building ellie compiler | ||
Ellie compiler(`elliec`) is located at `./src/bin/elliec.rs`. You can build by `cargo build` command. This will output executable to `./target/debug/elliec[?.exe]`. | ||
|
||
### Parsing code | ||
|
||
By default `elliec` does not import std types to parser. You can find ellieStd at [Releases]() or you can compile by `elliec compile ./lib/ellie.ei -m ellieStd -p ./` command. This will output compiled binary at active directory. Then you can import ellieStd by `elliec compile ./target.ei -m MyPackage -i ./ellie.bin` | ||
Moved to [Building Ellie](https://docs.ellie-lang.org/building_ellie.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Ellie-Standard-Library
updated
from b39335 to 97077a
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.