Chat about current Lua tools and IDEs

User avatar
By sushisan
#59029 NodeMCU API for ZeroBrain IDE
https://hiperiondev.github.io/nodemcu-api-zerobrain/

Image
Image
Objective
The goal of this project is create a complete develope IDE for NodeMCU.

Summary
    Autocompletation

To do
    Correct documentation in api files
    Correct args and returns in api files

Future features
    Upload files to NodeMCU
    Compile using cross compiler for NodeMCU
Last edited by sushisan on Thu Dec 15, 2016 12:18 pm, edited 4 times in total.
User avatar
By marcelstoer
#59140
sushisan wrote:First I normalize the info from all md files (ugly but the first step: allZeroBrain.lst) then I've extrated and create an incomplete lua api for Zero Brain (nodemcu.lua)


This "meta-model" could be useful for other use cases as well. I'd love to see this code somewhere on GitHub. What you do based on the API model is then another story and highly specific (i.e. deservers its own code base).