/poca

Yet another scripting language

Primary LanguagePascalzlib LicenseZlib

POCA

Yet another scripting language, which is still in the design phase - e.g. the syntax and the builtin standard library objects aren't finalized yet.

License

zlib-licensed as per LICENSE file.

Dependencies

To build POCA the following dependencies are required:

  • FLRE for the regular expression support in POCA
  • PasMP for the multithreading-related stuff in POCA
  • PUCU for the Unicode-support-related stuff in POCA

Compiler

Either Delphi >= 7 or FreePascal >= 3.0 are needed to build POCA.

Here's how to build POCA with the FreePascal compiler:

fpc -B -O3 -g -gl pocarun.dpr