nuttx-apps/interpreters
Alan C. Assis 496393a87b interpreters/ficl: Fix compilation issue
A NuttX user told that ficl wasn't working as suggested in the
README.txt, then I found that the root cause was the order of the
Make.srcs inclusion inside the Makefile. I think we can do better:
we could automate the process to download and configure ficl.
2021-04-15 08:09:48 -05:00
..
bas Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00
duktape Replace all wget with curl 2020-12-21 22:45:46 -06:00
ficl interpreters/ficl: Fix compilation issue 2021-04-15 08:09:48 -05:00
minibasic
quickjs interpreters/quickjs: Fix typo in qjsmini.c 2021-03-17 11:08:08 +01:00
wamr Replace all wget with curl 2020-12-21 22:45:46 -06:00
wasm3 Replace all wget with curl 2020-12-21 22:45:46 -06:00
.gitignore
Make.defs
Makefile
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00

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.