Skip to content
/ kpl Public

Typed/Jitted Scripting Language Written In C

Notifications You must be signed in to change notification settings

kcomas/kpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KPL (Work In Progress, check rewrite branch)

Typed/Jitted Scripting Language Written In C

Supported Platforms

x64 Linux

Dependencies

GNU Make

GCC

Build

Debug

make

Optimized

make DFLAGS="" OO=-O3
Build Flags

OO=-g -Og - Set optimization level

Debug Flags (DFLAGS=)

-DKPL_ALD=1 - Track allocations and frees

Option Flags (FLAGS=)

Run

File

./kpl path/to/file

REPL

./kpl
Examples are in the ex folder

About

Typed/Jitted Scripting Language Written In C

Topics

Resources

Stars

Watchers

Forks

Languages