Skip to content

FCAL (DSL) to C++ interpreter, written in C++, project for CSCI 3081W at the University of Minnesota, Twin Cities for Spring 2017

Notifications You must be signed in to change notification settings

jaytielle/FCALtoCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FCAL-to-Cpp-Interpreter

FCAL to C++ Interpreter built as part of class project for CSCI 3081W at the University of Minnesota, Twin Cities during Spring 2017

Iteration 1:

  • Build scanner to scan files and recognize enumerated Token types

Iteration 2:

  • Implement parser

Iteration 3:

  • Utilizing the parser, build a properly constructed AST based on the grammar

Iteration 4:

  • Translate the FCAL syntax to C++

About

FCAL (DSL) to C++ interpreter, written in C++, project for CSCI 3081W at the University of Minnesota, Twin Cities for Spring 2017

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published