Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
/ R_Compiler Public archive

This is an implementation of R compiler using JFlex

License

Notifications You must be signed in to change notification settings

Nikronic/R_Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R_Compiler

This is an implementation of R compiler using JFlex

First we need to download and install JFlex as lexer tool. Here you can download this from official website.
For using this project, you should have the .jflex file. Then if you installed Jflex on you system, you should use this commands:

  1. jflex yourFileName.jflex --> You get a .java file.
  2. javac newJavaFileName.java --> Compiling java file and get .class file
  3. java newJavaClassName input.R --> Run example text input.R