https://github.com/lostjared/simple.expression.lexer.web
Simple Expression Lexer
https://github.com/lostjared/simple.expression.lexer.web
Last synced: 6 months ago
JSON representation
Simple Expression Lexer
- Host: GitHub
- URL: https://github.com/lostjared/simple.expression.lexer.web
- Owner: lostjared
- Created: 2022-09-01T18:21:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-04T17:17:23.000Z (almost 4 years ago)
- Last Synced: 2024-12-31T05:18:03.026Z (over 1 year ago)
- Language: JavaScript
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple.Expression.Lexer.Web
Simple Expression Lexer
Will output a table with information about simple expressions like
x = x * x + func(x) / 2;