Skip to content

Thanh-Van-2001/VC-Compiler-with-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VC-Compiler-with-Java

Building a Lexical Scanner for VC language:

  • Identify all morphemes found within the VC file
  • Raise compilation errors if available

Report Link

Link

About us

  • 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

Requirements

Java 11

Usage

First compile the file VCLexer.java

 javac VCLexer.java

Then you can run the program with the command

 java VCLexer "input file" > "outputfile"

Example

 java VCLexer test/test58 > test58.vck

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages