Skip to content

BeRo1985/poca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 13, 2024
f20e357 · Dec 13, 2024
Aug 12, 2023
Aug 23, 2023
Dec 13, 2024
Nov 16, 2024
Dec 13, 2024
Jul 2, 2016
Jul 2, 2016
Jul 2, 2016

Repository files navigation

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

About

Yet another scripting language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages