Skip to content

ecsact-dev/ecsact_interpret

Repository files navigation

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