Aer Interpreter Source
Go to file
2018-07-21 12:51:19 +02:00
.github Import unified template 2018-07-12 18:38:52 +02:00
.vscode Remove redundant whitespace 2018-07-15 19:52:27 +02:00
engine Divide libcox by Symisc into smaller logical chunks 2018-07-21 12:41:01 +02:00
include Move math library into separate module 2018-07-21 08:24:20 +02:00
modules Move ctype library into separate module 2018-07-21 09:43:34 +02:00
sapi/cli Reorganize the repository for new build system 2018-07-20 22:35:09 +02:00
COPYING We will relicense the project under GPLv3 with a permission of Symisc Systems, SUARL 2018-07-12 13:15:49 +02:00
Makefile Allow to use operating systems's native dynamic library extension 2018-07-20 22:43:52 +02:00
README.md Initial readme 2018-07-21 12:51:19 +02:00

P# Interpreter

P# is an Open Source general-purpose object-oriented scripting language especially suited for embedded environments as well as web development, that implements a highly-efficient bytecode compiler and a virtual machine. Its syntax draws upon C#, Java and PHP.

P# is the ideal language interpreter for writing enhanced web applications like blog, CMS, search engine, etc. or embedded solutions with dynamic web interfaces like routers, set-top-boxes, or smart home solutions. P# Interpreter is based on PH7 Engine and thus it is 100% hand-coded, written in pure C software, that compiles unmodified and runs on any platform including restricted embedded device with a C compiler.