Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

orf/cel-rust-original

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cel-rust

This repository contains several modules that implement a parser, interpreter and CLI for the Common Expression Language.

The aim is to create a fast, simple and readable interpreter for the language that can be used as an example of how to create other language runtimes.

Crates

  • parser - Implements a LALRPOP based parser for the language
  • interpreter - Implements a simple interpreter for the language
  • cli - A basic terminal interface to execute CEL expressions

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages