Skip to content

amankapur/codeinjection

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Cypress Frankenfeld iamcypress@gmail.com Julian Ceipek julian.ceipek@gmail.com Aman Kapur amankapur91@gmail.com

We present to you JAC, a runtime code injection language.

Run the interpreter:

sml
CM.make "func.cm";
NetShell.netshell 9000;

And in another shell, run the file-watcher:

pip install -r requirements.txt
python watcher.py localhost:9000 

Now create any file with the extension .jac in the same directory as watcher.py. Any time you edit and save this file, the python script will detect that it has changed, and will send the new code to the interpreter, which will detect and insert changes. The interpreter will automatically lex, parse, and evaluate any code it receives from the watcher.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published