https://github.com/mattbui/vc-scanner
https://github.com/mattbui/vc-scanner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattbui/vc-scanner
- Owner: mattbui
- Created: 2018-05-20T05:48:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T05:49:07.000Z (about 7 years ago)
- Last Synced: 2025-02-05T05:41:45.727Z (5 months ago)
- Language: Lex
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VC Scannner JFlex
A vc scanner with jflex for my compiler assignment## Requirements
```
jflex
java
```## Usage
Compile to java file:
```
jflex scanner.jflex
```
Compile to java:
```
javac Scanner.java
```
Run tokenizer:
```
java Scanner input.txt
```
The output result will be write to `output.txt` file