Skip to content

burbokop/wall_e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wall_e

Set of tools for creating syntax of your own programming language and compile sources of it.

tools present

lexical deconstruction
gramatical processing
variant (like qt variant)
other tools for translation

example

https://github.com/burbokop/wall_e_demo

adding wall_e to your c++ project

  1. git submodule add https://github.com/burbokop/wall_e.git
  2. in CMakeLists.txt:
include(${CMAKE_CURRENT_LIST_DIR}/wall_e/wall_e.cmake)
target_link_libraries(your_executable_or_lib
    wall_e
)

Releases

No releases published

Packages

No packages published