Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.
authorDavid Greene <greened@obbligato.org>
Thu, 14 May 2009 22:38:31 +0000 (22:38 +0000)
committerDavid Greene <greened@obbligato.org>
Thu, 14 May 2009 22:38:31 +0000 (22:38 +0000)
commit5f9f9ba00b85eb19da2618f393e43a6a11b5d892
treebd237c2d0cb6a5ec6c114294dfdb5bd049d1501a
parentbeb31a51f67f651c5fa3c5094a78266d04a697a5
Graduate LLVM to the big leagues by embedding a LISP processor into TableGen.

Ok, not really, but do support some common LISP functions:

* car
* cdr
* null

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71805 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGenFundamentals.html
test/TableGen/lisp.td [new file with mode: 0644]
utils/TableGen/Record.cpp
utils/TableGen/Record.h
utils/TableGen/TGLexer.cpp
utils/TableGen/TGLexer.h
utils/TableGen/TGParser.cpp