Skip to content

Simple example learning interpreter using re2c and LEMON.

License

Notifications You must be signed in to change notification settings

masscry/badcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BadCode

An example learning interpreter using re2c and The LEMON Parser Generator.

Project Structure

How To Build

See build.sh script.

  ./build.sh

Build script (aka CMakeLists.txt downloads dependencies automaticaly from respective sites.

Generated sources

  • ${CMAKE_CURRENT_BUILD_DIR}/bcLexer.c Generated lexer from src/bcLexer.re
  • ${CMAKE_CURRENT_BUILD_DIR}/bcParser.c ${CMAKE_CURRENT_BUILD_DIR}/bcParser.h Generated parser from src/bcParser.y

About

Simple example learning interpreter using re2c and LEMON.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published