-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: LitHex, LitBit, LitOct #119
Comments
Can you give me examples of this syntax used in code? |
Take this code:
which will generate:
I want to change the output I hope it clear to you. |
Aaah ok I see... I think unfortunately this will have to be a no... Jennifer is concerned with outputting code that compiles correctly, not code that is pretty or easy to read... The API is already rather cluttered already, and adding more methods to tweak the formatting or readability of the output code is an deep rabbit hole! |
I work on low level binary protocol stuff and need to generate file using jen. I wish there's LitHex and LitBit so my generated code could use 0xFF and 0b1111_0000 literal.
The text was updated successfully, but these errors were encountered: