Skip to content

anantsrivastava30/CompilerRuntime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flash Programming Language

/*========================================================================= Team 31

Flash 4.1 : Block structured, Strongly Typed, Procedural Programming Language.

Members : Anant Srivastava Bharat Singh Wenbo Tian Vidyaabharathi Vasudevan

Build Using : FLEX(2.6.0), BISON (GNU 3.0.4), C, JAVA;

References : Compiler Construction using Flex and Bison

Youtube Video Link: https://www.youtube.com/watch?v=cSMFHlU0nXk

Github Link: https://github.com/bks2009/CompilerRuntime

=========================================================================*/

Steps to build the project:

  1. Double Click of "makeCompiler.bat"

  2. Double Click of "makeRuntime.bat" Steps to run a program:

  3. Double Click of "runFlash.bat"

  4. It will ask you to Enter file name of the program you want to execute. The program files are in "FlashCode" folder. Say you want to run "Factorial.fl"

  5. The program will execute follow the instructions. /=========================================================================/

About

compiler and runtime for flash v4.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 37.3%
  • Yacc 27.5%
  • C 18.3%
  • TeX 5.2%
  • Lex 4.8%
  • Objective-C 3.5%
  • Other 3.4%