Viewing profile — in4lio
in4lio
HN member- Joined
- Mon, Dec 01, 2014, 8:13 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About in4lio
Recent public activity
- story
-
comment
Comment #13811608
Yes, I have written a few)) Because this is the most interesting area of programming for me. Many years ago, I wrote BNF-like language to translate text into syntactic tree, it was…
-
comment
Comment #11693099
Fine! To generate the C code using Lisp syntax - it's not such bad idea, the C preprocessor is awful. A few years ago, for this purpose, I wrote the yupp preprocessor which use sim…
-
comment
Comment #10223728
This is a matter of taste, in this case, IMHO. Thanks for advice)
-
comment
Comment #10223717
Oh, yes, I agree. And when I was tired of writing macros like this: https://gist.github.com/in4lio/9102547 , I wrote yupp)
-
comment
Comment #10223665
Just because C is my primary tool) and I have created yupp, to do things like X Macros simpler. yupp can even be used with Python, as it allows to make the right indentation, e.g. …
-
comment
Comment #10223583
Yes, you are right. Since yupp is a third layer, yupp is able to generate C macros, for example: ($define,,assert_bit_mask( value, mask, op ),,($do ] bool test = ((( value ) & ( ma…
- story