Skip to content

Latest commit

 

History

78 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
)

About

compile tools lib

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages