Skip to content

claudiosv/Natuerliche-Rechenmaschine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Natürliche Rechenmaschine

Project for the Formal Languages and Compilers course

How to run short

In terminal, paste:

make run

How to run long version

In your terminal, paste:

flex rech-lex.l
yacc -vd rech-yacc.y
gcc -ll y.tab.c lex.yy.c

About

Project for the Formal Languages and Compilers course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Yacc 78.2%
  • Lex 15.4%
  • Makefile 6.4%