Search found 2 matches

by General Dissarray
Mon Mar 30, 2015 1:59 am
Forum: Common Lisp
Topic: Need help with lisp list to macro arguments for compiler.
Replies: 4
Views: 13139

Re: Need help with lisp list to macro arguments for compiler

Thanks Kohath, sorry for the long time for reply. I went the way of using functions instead of macro for the output function. Also the unbound c-name was intentional as an anaphoric macro. New fn-def-pattern-fn. ;; (defparameter test (parse-c-sharp-fn-basic (tokenize-c-sharp-fn *code-test*))) ;; (in...
by General Dissarray
Mon Jan 05, 2015 1:56 am
Forum: Common Lisp
Topic: Need help with lisp list to macro arguments for compiler.
Replies: 4
Views: 13139

Need help with lisp list to macro arguments for compiler.

Hi! First time posting here. Some background info: Been interested in common lisp a while, had a course with SICP as course book then after university i read OnLisp once, found it fascinating. Now i am trying to make a DSL language which will read and then modify C# code and print the modified code ...