pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.6k stars 519 forks source link

How to add CSharp.lua interpeter? #1090

Closed Shadowblitz16 closed 3 years ago

Shadowblitz16 commented 3 years ago

https://github.com/yanghuan/CSharp.lua

pkulchenko commented 3 years ago

You can try writing your interpreter as a plugin (https://studio.zerobrane.com/doc-plugin#registering-an-interpreter). There is a page on how plugins can be created and you can peek into one of the existing interpreters to borrow the logic.