Skip to content

christoph-sohrmann/tmp-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • gcc with c++11
  • STL
  • cmake

Installation

$ mkdir debug
$ cd debug
$ cmake ..
$ make
$ cd ..

Running

$ ./debug/asm input.asm

A simple input file may contain something like this:

mov ax,42
print ax

About

C++ parser based on template metaprogramming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published