Skip to content

mgarbacz/oele

Repository files navigation

oele

Okta Okay Expression Language Evaluator

Goal

The goal of this project is to parse statements written in the Okta Expression Language for correctness. Since this is a WIP, it will just be an Okay expression language evaluator for now.

The parsing of the expression language is handled by oele-grammar.

Developing

Once you've cloned the project, install dependencies with npm install (or pnpm install or yarn). This project uses Vite to power local development and run builds. To start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production build:

npm run build

You can preview the production build with npm run preview.

About

Okay Expression Language Evaluator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages