Added Zinc, vJass, and Lua Grimex (#617)
* Add Lua Object Generation (JNGP) * Add vJass * Add Zinc * Update README.md * Update README.md * Use log() instead * Update and rename lua_jngp.j to lua_grimex.j * Update README.md * Remove notepad call Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -363,6 +363,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Lolpython](l/lolpython.lol)
|
||||
* [Lsl](l/lsl.lsl)
|
||||
* [Lua](l/lua.lua)
|
||||
* [Lua Grimex](l/lua_grimex.j)
|
||||
* [M4](m/m4.m4)
|
||||
* [Maclisp](m/maclisp.lisp)
|
||||
* [Macsyma](m/macsyma.mac)
|
||||
@@ -611,6 +612,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Visual Basic Script](v/visual-basic-script.vbs)
|
||||
* [Visual Basic](v/visual-basic.vb)
|
||||
* [Visualfoxpro](v/visualfoxpro.prg)
|
||||
* [Vjass](v/vjass.j)
|
||||
* [Vms](v/vms.vms)
|
||||
* [Vowels](v/Vowels.vw)
|
||||
* [Vrml](v/vrml.wrl)
|
||||
@@ -646,6 +648,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Zetaplex](z/zetaplex.zeta)
|
||||
* [Zim](z/zim.zim)
|
||||
* [Zimbu](z/zimbu.zu)
|
||||
* [Zinc](z/zinc.zn)
|
||||
* [Zombie](z/zombie.zombie)
|
||||
* [Zonnon](z/zonnon.znn)
|
||||
* [Zsh](z/zsh.zsh)
|
||||
|
||||
5
l/lua_grimex.j
Normal file
5
l/lua_grimex.j
Normal file
@@ -0,0 +1,5 @@
|
||||
//! externalblock extension=lua ObjectMerger $FILENAME$
|
||||
|
||||
//! i log("Hello World")
|
||||
|
||||
//! endexternalblock
|
||||
5
v/vjass.j
Normal file
5
v/vjass.j
Normal file
@@ -0,0 +1,5 @@
|
||||
struct HelloWorld extends array
|
||||
private static method onInit takes nothing returns nothing
|
||||
call DisplayTimedTextToPlayer(GetLocalPlayer(), 0, 0, 0, "Hello World")
|
||||
endmethod
|
||||
endstruct
|
||||
Reference in New Issue
Block a user