-
Notifications
You must be signed in to change notification settings - Fork 0
Kayieni/flex-bison-basic-python
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Use the cygwin64 Terminal and type the following commands: 1. flex -l --debug tryf.l 2. bison -dv --debug -t tryb.y 3. gcc tryb.tab.c lex.yy.c expression.c -o test -lfl -DYYDEBUG 4. ./test.exe test.py
About
A project for the course of Principles of Programming Languages and Compilers
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published