Building a Lexical Scanner for VC language:
- Identify all morphemes found within the VC file
- Raise compilation errors if available
- Vũ Trọng Thanh (Leader)
- Phạm Công Chính
- Trần Vũ Toàn
- Nguyễn Văn Thành
- Nguyễn Ngọc Trường Sơn
First compile the file VCLexer.java
javac VCLexer.java
Then you can run the program with the command
java VCLexer "input file" > "outputfile"
java VCLexer test/test58 > test58.vck