Repository files navigation
Project Description Notes
libCpScript.Asm
C CpScript Assembly Library (Core CpScript)
Static and Shared Libs
CpScript Standard Library
libCpScript.ObjectBasic
C CpScript Object Basic Library
Contains Both Static and Shared Libs
Generates CpScript Assembly
cpInt
CpScript Assembly Runtime
Runtime Environment For Cp Script Assembly
Loads and Runs CpScript Assembly and CpScript Binary Script
Can Compile CpScript Assembly Into CpScript Binary
cpObjCmp
Compiles CpScript Object Basic into CpScript Assembly
cpConsole
Interactive CpScript Object Basic Console
execRuntime
Runtime base app to create standalone Object Basic Script executables
makeExec
Tool to compile Object Basic Script into standalone executable.
Project Description Notes
libCpScript.Net.StdLib
C# Interop Library For libCpStdLib
libCpScript.Net.Asm
C# Interop Library For libCpScript.Asm
libCpScript.Net.ObjectBasic
C# Interop Library For libCpScript.ObjectBasic & libCpScript.Asm
.NET
32Bit .NET dll's are pre-built, and under the Build directory
A MonoDevelop solution is available under the CSharp folder if you want to rebuild the .NET libraries.
ANSI C
Requirements
Windows - MingW32 Build Environment OR Cygwin
Linux - Standard Build Environment
Building
Enter the C directory
Windows - mingw32-make -f Makefile.win
Linux or Cygwin - make
All files are compiled under the Build directory from the project root directory
About
Custom C scripting engine.
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.