Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 609 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 609 Bytes

Ecsact Interpret

Interprets parsed statements (see ecsact-dev/ecsact_parse) by invoking the appropriate Ecsact dynamic module functions. See ecsact/interpret/eval.h for more details.

Additionally this repository contains:

  • A REPL CLI for testing the Ecsact interpreter (see /cli directory)
  • An Ecsact runtime tooling implementation