Skip to content

scripting/concordScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

concordScript

The source code for the scripting functions in the Drummer outliner.

What's here

scripting.js contains one function, runScriptText, which is the equivalent of eval in JavaScript.

verbs.js defines all the verbs in the language, this is where most of the work went, and should continue.

jstokens.js -- part of the script compiler.

Included files

These files must be included for the code to run.

How to read in Drummer

All this code is managed in Drummer of course.

To read all the code, which is in source.opml:

  1. Copy this URL on the clipoard.

  2. Open Drummer.

  3. Choose Open URL from the File menu.

  4. Paste the URL, click OK.

About

Implements the scripting language in Drummer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published