Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

EvalModule Sample

The evalModule sample demonstrates a one line embedding of Ejscript that can evaluate a single pre-compiled module file.

Files:

Test.es        - Test script to evaluate
main.c         - Main program that embeds Ejscript.

To build:

bit

To build and show commands:

bit -s

To run:

./main

See Also:

The evalScript and evalModule samples. See the native sample for how to create native classes.