]> Nishi Git Mirror - gwion.git/commitdiff
:book: Start Doc
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 19 Jun 2019 01:11:10 +0000 (03:11 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 19 Jun 2019 01:11:10 +0000 (03:11 +0200)
README.md
docs
src/lib/opfunc.c

index f106b239129ebb108535084f6933554832a76b15..47badd6fcb1cfa4fba3c7097d2d23b85151de1b4 100644 (file)
--- 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 904901426e3fb315073dcae6acd13e32b49aabae..f47372f682eb7af667007fee16d1f03bd93ca8f3 160000 (submodule)
--- a/docs
+++ b/docs
@@ -1 +1 @@
-Subproject commit 904901426e3fb315073dcae6acd13e32b49aabae
+Subproject commit f47372f682eb7af667007fee16d1f03bd93ca8f3
index 3d183d0a43c1d8bba8551e60a9c37614828fa4cc..ffa2956334519524d67bc09e2144d1c85b1047b6 100644 (file)
@@ -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.)"),