Skip to content

messer-cpp/messer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Messer

Messer is an interactive environment for evaluating C preprocessing macros conforming to C++17 standard with showing macro replacement steps.

Prerequisites

  • You need to install below manually:
    • C++17 supported GNU C++ Compiler
    • Boost
      • Boost.Coroutine2
      • Boost.Preprocessor
  • You can get the following prerequisites as git-submodules:
    • Veiler
    • Linse

Build

$ make 

License

MIT License (see LICENSE file)

License of dependent libraries

see LICENSES directory.

About

REPL for C preprocessor of C++17

Topics

Resources

License

Stars

Watchers

Forks