项目作者: agneym

项目描述 :
Logical Expression Visualiser
高级语言: JavaScript
项目地址: git://github.com/agneym/logikk.git
创建时间: 2019-01-13T03:37:52Z
项目社区:https://github.com/agneym/logikk

开源协议:

下载




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.