From b72238e4056bc8f28c53f42f186bd385cc81ba12 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 1 Mar 2018 18:07:53 +0330 Subject: wip-the asm rewriter module plus the assembly jump table lua module implementation --- bruiser/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bruiser/README.md') diff --git a/bruiser/README.md b/bruiser/README.md index 72b44d8..29c66c5 100644 --- a/bruiser/README.md +++ b/bruiser/README.md @@ -94,4 +94,5 @@ package.path = package.path .. ";LUA_PATH" packege.cpath = package.cpath .. ";LUA_CPATH" ``` -The following lines make the rocks in `LUA_PATH` and `LUA_CPATH` available on bruiser. You can get `LUA_PATH` and `LUA_CPATH` by runnin `luarocks path --bin`. You can also look at the `default.lua` that is shipped with bruiser.
+The following lines make the rocks in `LUA_PATH` and `LUA_CPATH` available on bruiser. You can get `LUA_PATH` and `LUA_CPATH` by runnin `luarocks path --bin`. You can also look at the `defaults.lua` that is shipped with bruiser.
+Also since there is a cli option that tells bruiser which lua script to load before handing control over to user code, you can have more than one such script to suit your needs.
-- cgit v1.2.3