]> granicus.if.org Git - yasm/commit
Add initial gas preprocessor, contributed by Alexei Svitkine.
authorPeter Johnson <peter@tortall.net>
Wed, 23 Dec 2009 06:45:17 +0000 (06:45 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 23 Dec 2009 06:45:17 +0000 (06:45 -0000)
commit493c5b8861fc7a9a97b9d07833b6dee91f2987a2
treead27d1745a4eae1e63e2567dece0d06cb82f5c1f
parent9f91d82b07dbf49c11f3124bd9de8d359ce98326
Add initial gas preprocessor, contributed by Alexei Svitkine.
Support for include directive amongst other major key pieces.
Does not currently support macros.
Fixes #79.

Contributed by: Alexei Svitkine <alexei.svitkine@gmail.com>

svn path=/trunk/yasm/; revision=2243
COPYING
modules/parsers/gas/gas-parser.c
modules/preprocs/CMakeLists.txt
modules/preprocs/Makefile.inc
modules/preprocs/gas/CMakeLists.txt [new file with mode: 0644]
modules/preprocs/gas/Makefile.inc [new file with mode: 0644]
modules/preprocs/gas/gas-eval.c [new file with mode: 0644]
modules/preprocs/gas/gas-eval.h [new file with mode: 0644]
modules/preprocs/gas/gas-preproc.c [new file with mode: 0644]
modules/preprocs/gas/tests/Makefile.inc [new file with mode: 0644]
po/POTFILES.in