Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattbui/vc-scanner


https://github.com/mattbui/vc-scanner

Last synced: about 1 month ago
JSON representation

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