https://github.com/eantcal/nubscript
nuBScript is a programming language distributed under MIT License
https://github.com/eantcal/nubscript
basic embedded linux macos nubasic-script scripting-language windows
Last synced: 5 months ago
JSON representation
nuBScript is a programming language distributed under MIT License
- Host: GitHub
- URL: https://github.com/eantcal/nubscript
- Owner: eantcal
- License: mit
- Created: 2016-11-04T20:56:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T18:38:02.000Z (about 8 years ago)
- Last Synced: 2025-06-07T19:03:03.089Z (8 months ago)
- Topics: basic, embedded, linux, macos, nubasic-script, scripting-language, windows
- Language: C++
- Size: 351 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-basic - nuBScript - nuBScript is a programming language distributed under MIT License. (Dialects)
README
-------------------------------------------------------------------------------
nuBScript - https://sites.google.com/site/nubscript/home
(c) Antonino Calderone - 2016
-------------------------------------------------------------------------------
nuBScript programming language is a small scripting language designed to be
embedded in other programs allowing developers who want a convenient runtime
scripting language to easily implement the basic API elements needed by the
scripting language, then use nuBScript code from their applications.
-------------------------------------------------------------------------------
Features
-------------------------------------------------------------------------------
- Free and Open Source (distributed under MIT License)
- Suitable for emedding in other applications.
- Fully-developed procedural programming language
- Multiplatform. Runs on 32-bit and 64-bit Linux/Windows x86/amd64
- CLI with Built-in help
- Documented
- Suitable for embedded system