From 9a099f66cb8ca12556d3ca0ca6fdd09bbba474cd Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Mon, 14 Mar 2022 20:29:49 +0800 Subject: [PATCH] update docs --- README.md | 10 +++++++++- makefile | 2 ++ nasal_gc.h | 1 + test/tetris.nas | 32 ++++++++++++++++---------------- 4 files changed, 28 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index c408693..c4a383d 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,14 @@ Or use this in __`linux/macOS/Unix`__ > [cpp compiler] -std=c++11 -O3 main.cpp -o nasal -fno-exceptions -ldl +Or using makefile,`mingw32-make` is __`Windows`__ platform's `make`: + +> mingw32-make nasal.exe + +in __`linux/macOS/Unix`__: + +> make nasal + ## __How to Use__ First we should learn how to write a program using this language, @@ -1584,11 +1592,11 @@ vm stack(limit 5, total 0) If want help, input `h` to get help. ```bash ->> h