From df63d80bfd8000612d0b0fe6c69fd9db23fc17ec Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Wed, 19 Jun 2019 03:11:10 +0200 Subject: [PATCH] :book: Start Doc --- README.md | 8 ++------ docs | 2 +- src/lib/opfunc.c | 1 - 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f106b239..47badd6f 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,8 @@ to run this, do ```sh ./gwion hello_world.gw ``` - -:mag: learn more about options: :mag_right: - -``` -./gwion --help -``` +You want to know more? :smile: Look [here](https://fennecdjay.github.io/gwion-docs/) +Still WIP but a nice place to learn and [contribute](https://github.com/fennecdjay/gwion-docs/issues) #### build just diff --git a/docs b/docs index 90490142..f47372f6 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 904901426e3fb315073dcae6acd13e32b49aabae +Subproject commit f47372f682eb7af667007fee16d1f03bd93ca8f3 diff --git a/src/lib/opfunc.c b/src/lib/opfunc.c index 3d183d0a..ffa29563 100644 --- a/src/lib/opfunc.c +++ b/src/lib/opfunc.c @@ -28,7 +28,6 @@ OP_EMIT(opem_basic_cast) { OP_CHECK(opck_const_rhs) { const Exp_Binary* bin = (Exp_Binary*)data; -printf("rhs %p %i\n", bin->rhs, bin->rhs->meta); if(bin->rhs->meta != ae_meta_var) ERR_N(bin->rhs->pos, _("cannot assign '%s' on types '%s' and '%s'.\n" " ... (reason: --- right-side operand is %s.)"), -- 2.43.0