Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

danilchican/PPTA-UD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile and execute

Laba 1

  1. flex vocabulary.l
  2. gcc lex.yy.c -lfl
  3. ./a.out sample.java

Laba 2

  1. bison -d parser.y
  2. flex vocabulary.l
  3. g++ parser.tab.c lex.yy.c -lm -lfl
  4. ./a.out ./samples/success.java or ./a.out ./samples/errors.java

Laba 3

  1. make all - compile
  2. make clean - clean output files
  3. ./a.out ./samples/success.java - check file

Laba 4

  1. make all - compile to .asm and executable file
  2. make clean - clean output files
  3. ./lab4 - run executable file

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published