-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into example/simple_scripts
- Loading branch information
Showing
44 changed files
with
6,269 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# .readthedocs.yml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Build documentation with MkDocs | ||
mkdocs: | ||
configuration: "mkdocs.yml" | ||
fail_on_warning: false | ||
|
||
# Build all formats | ||
formats: all |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#! /bin/bash | ||
pip install handsdown | ||
handsdown --external `git config --get remote.origin.url` -n eopsin --branch master --create-configs --exclude venv | ||
|
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# eopsin Index | ||
|
||
> Auto-generated documentation index. | ||
A full list of [eopsin](https://github.com/ImperatorLang/eopsin) project modules. | ||
|
||
- [Eopsin](eopsin/index.md#eopsin) | ||
- [Module](eopsin/module.md#module) | ||
- [Compiler](eopsin/compiler.md#compiler) | ||
- [Optimize](eopsin/optimize/index.md#optimize) | ||
- [OptimizeRemoveDeadvars](eopsin/optimize/optimize_remove_deadvars.md#optimizeremovedeadvars) | ||
- [OptimizeRemovePass](eopsin/optimize/optimize_remove_pass.md#optimizeremovepass) | ||
- [OptimizeVarlen](eopsin/optimize/optimize_varlen.md#optimizevarlen) | ||
- [Prelude](eopsin/prelude.md#prelude) | ||
- [Rewrite](eopsin/rewrite/index.md#rewrite) | ||
- [RewriteAugAssign](eopsin/rewrite/rewrite_augassign.md#rewriteaugassign) | ||
- [RewriteForbiddenOverwrites](eopsin/rewrite/rewrite_forbidden_overwrites.md#rewriteforbiddenoverwrites) | ||
- [RewriteImport](eopsin/rewrite/rewrite_import.md#rewriteimport) | ||
- [RewriteImportDataclasses](eopsin/rewrite/rewrite_import_dataclasses.md#rewriteimportdataclasses) | ||
- [RewriteImportHashlib](eopsin/rewrite/rewrite_import_hashlib.md#rewriteimporthashlib) | ||
- [RewriteImportPlutusData](eopsin/rewrite/rewrite_import_plutusdata.md#rewriteimportplutusdata) | ||
- [RewriteImportTyping](eopsin/rewrite/rewrite_import_typing.md#rewriteimporttyping) | ||
- [Rewrite Inject Builtin Constr](eopsin/rewrite/rewrite_inject_builtin_constr.md#rewrite-inject-builtin-constr) | ||
- [RewriteInjectBuiltins](eopsin/rewrite/rewrite_inject_builtins.md#rewriteinjectbuiltins) | ||
- [RewriteRemoveTypeStuff](eopsin/rewrite/rewrite_remove_type_stuff.md#rewriteremovetypestuff) | ||
- [RewriteTupleAssign](eopsin/rewrite/rewrite_tuple_assign.md#rewritetupleassign) | ||
- [Tests](eopsin/tests/index.md#tests) | ||
- [Test Builtins](eopsin/tests/test_builtins.md#test-builtins) | ||
- [Test Misc](eopsin/tests/test_misc.md#test-misc) | ||
- [Test Ops](eopsin/tests/test_ops.md#test-ops) | ||
- [Test Stdlib](eopsin/tests/test_stdlib.md#test-stdlib) | ||
- [Type Inference](eopsin/type_inference.md#type-inference) | ||
- [TypedAST](eopsin/typed_ast.md#typedast) | ||
- [Util](eopsin/util.md#util) |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
theme: jekyll-theme-cayman | ||
show_downloads: true | ||
source: "https://github.com/ImperatorLang/eopsin" | ||
highlighter: rouge |
Oops, something went wrong.