Skip to content
This repository has been archived by the owner on Jul 16, 2018. It is now read-only.

Krozark/icpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICPP

Version : 0.1.0

A script language project to dynamicly load library and use them at runtime. The main idea is to add the possibility to any programme to add fonctionality to himself at runtime.

Can also compile a .c/cpp file as a library and add them to himself on the fly. Source files can be load from local path or from the internet.

Can run function in thread.

The interpreter can be control using file, the standard inptut or network (TODO).

Requirement

  • GNU avcall (from ffcall package).
  • Include in dependancies directory.
  • Can be install on ubuntu using libffcall1-dev
  • GNU readline
  • Include in dependancies directory.
  • http://savannah.gnu.org/git/?group=readline
  • Can be install on ubuntu using libreadline6-dev

About

A script language to do JIT with c++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published