https://github.com/markjasongalang/lexical-analyzer-in-cli-using-java
Command-line lexical analyzer which only accepts arithmetic expressions
https://github.com/markjasongalang/lexical-analyzer-in-cli-using-java
command-line eclipse-ide integers lexical-analyzer tokenizer
Last synced: 2 months ago
JSON representation
Command-line lexical analyzer which only accepts arithmetic expressions
- Host: GitHub
- URL: https://github.com/markjasongalang/lexical-analyzer-in-cli-using-java
- Owner: markjasongalang
- License: mit
- Created: 2022-07-24T14:40:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-07T12:40:44.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T21:11:27.676Z (4 months ago)
- Topics: command-line, eclipse-ide, integers, lexical-analyzer, tokenizer
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lexical-Analyzer-in-CLI-using-Java
### Quick Info
This program performs the lexical analysis process for mathematical expressions only.
The lexical analysis creates tokens based on the string input (e.g., INT:12, ADD:+, etc.).
Note: To exit the command line, use this keyword:
```
basic > exit
```
### Sample Testcases

---

---

---

### Note from the developer
If you're going to run this project, then it is preferable to use Eclipse IDE since that's the one that I used.