bracer icon indicating copy to clipboard operation
bracer copied to clipboard

Write DSL for quickly building C ASTs

Open patrickt opened this issue 10 years ago • 1 comments

e.g.

cmain = function "main" int_t $ block $ do
   call "printf" [str "hello world"]
   decl int_t "x" (Just (int 0))
   ret "x"

patrickt avatar May 15 '14 18:05 patrickt

This is mostly done, just have to finish Language.Bracer.Backends.C.Scribe.

patrickt avatar Dec 10 '14 20:12 patrickt