mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-21 10:28:50 +08:00
🐛 fix bug that dylib.dlopen cannot load dynamic lib in local dir.
This commit is contained in:
+5
-9
@@ -98,21 +98,17 @@ __`linux/macOS/Unix`__ 平台直接使用make即可:
|
||||
|
||||
首先我们要通过[__教程__](#教程)知道这个语言的语法以及如何使用这个解释器来运行nasal程序。
|
||||
|
||||
使用这个命令查看解释器的版本:
|
||||
|
||||
> ./nasal
|
||||
|
||||
输入下面的命令来 __直接__ 执行:
|
||||
|
||||
> ./nasal filename
|
||||
|
||||
下面两个命令可以用于查看解释器的版本:
|
||||
|
||||
> ./nasal -v
|
||||
>
|
||||
> ./nasal --version
|
||||
|
||||
下面两个命令可以用于查看帮助(调试器的使用方法可以进入调试模式之后根据提示来查询):
|
||||
|
||||
> ./nasal -h
|
||||
>
|
||||
> ./nasal --help
|
||||
> ./nasal -h | --help
|
||||
|
||||
如果你的操作系统是 __`Windows`__ 并且你想输出unicode,请保证你的控制台程序的代码页支持utf-8,若不支持,使用下面这个命令启用代码页:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user