Skip to content
/ escr Public

Embeddable scripting engine and pre-processor, with stand-alone script interpreter.

Notifications You must be signed in to change notification settings

EmbedInc/escr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Source code for the Embed Inc scripting system and the ESCR program.


Introduction

  The Embed scripting system is a set of routines that can be used by
  applications to execute scripts as an interpreter.  These routines are
  available to applications in the escr.lib linkable library.  The
  interface to these routines is defined in the escr.ins.pas Pascal
  include file, or the escr.h C include file, which is automatically
  derived from the Pascal version.

  This software includes the ESCR program.  It is a stand-alone program
  that uses the ESCR scripting system to execute a script file.  This
  makes it an interpreter that runs script code according to the default
  ESCR syntax.  The ESCR program source code (escr.pas) also serves as a
  example of how to use the ESCR script processing system.


Documentation

  For details, see the documentation in the DOC directory.  This is a
  series of linked HTML files.  Start with "index.htm".


Examples

  prime.escr

    ESCR source file that computes prime numbers.  The start and end range
    to find prime numbers in can be set with the -FROM and -TO command
    line argument.  See the header comment for details.

  args.escr

    Shows all the command line arguments.

About

Embeddable scripting engine and pre-processor, with stand-alone script interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published