Crate ellie_engine

source ·
Expand description

Ellie Engine This is the main repository for the Ellie Language.

Copyright (c) 2020 Behemehal. See license file for details

Internal Dependencies

  • ellie_core - Contains various functions and structs used by Ellie.
  • ellie_tokenizer - Contains the tokenizer for Ellie.
  • ellie_parser - Contains the parser for Ellie.
  • ellie_formatter - Contains the formatter for Ellie.
  • ellie_bytecode - Contains the bytecode for Ellie.
  • ellie_vm - Contains the virtual machine for Ellie

Re-exports

Modules

  • This module contains utilities that easing up usage of parser
  • This module contains utilities that easing up usage of tokenizer
  • Various utilities for all modules.
  • This module contains utilities that easing up usage of vm

Macros