You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an aproach on the development of an ESP32 shell that can work both on serial and web. It acts as a way to use the microcontroller with a UNIX like experience, hence most of the experience will seem familiar to a lot of users.
A compiler for my own simple low-level programming language, built in JavaScript using the Duktape framework. Produces code compatible with FlatAssembler. Superseded by AECforWebAssembly.