Skip to content

agneym/logikk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logikk

Logical Expression Evaluator

Why?

Logical Expressions with &&, ||, ! sometimes escape me.

This is a visualiser with which I can easily figure out what is happening. I hope it can help you too.

Try it out at logikk.netlify.com

This project was bootstrapped with Create React App.

Credits:

  • AcornJS - Converting expression into AST
  • Astring - Converting AST to expression
  • UIKit - For the little custom styles.
  • React - Obviously.