xiuos/Ubiquitous/Nuttx/apps/interpreters
TangYiwen123 804bd57aa0 Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
..
bas Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
duktape Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
ficl Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
minibasic Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
quickjs Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
wamr Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
wasm3 Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Make.defs Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
Makefile Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00
README.md Add nuttx to the system framework, which is 10.1.0 2021-06-09 14:33:15 +08:00

README.md

Interpreters

This apps/ directory is set aside to hold interpreters that may be incorporated into NuttX.

Ficl

This is DIY port of Ficl (the Forth Inspired Command Language). See http://ficl.sourceforge.net/. It is a DIY port because the Ficl source is not in that directory, only an environment and instructions that will let you build Ficl under NuttX. The rest is up to you.

Mini Basic

The Mini Basic implementation at apps/interpreters derives from version 1.0 by Malcolm McLean, Leeds University, and was released under the Creative Commons Attibution license. I am not legal expert, but this license appears to be compatible with the NuttX BSD license see: https://creativecommons.org/licenses/. I, however, cannot take responsibility for any actions that you might take based on my understanding. Please use your own legal judgement.