Skip to content

BeRo1985/poca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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