Skip to content

Conversation

@pcriadoperez
Copy link

  • add typescript generator
  • add python generator
  • add php
  • update readme
  • fix typescript

final String compositeName,
final List<Token> tokens)
{
final String byteOrder = ir.byteOrder() == ByteOrder.LITTLE_ENDIAN ? "<" : ">";

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'String byteOrder' is never read.
final List<Token> groups,
final List<Token> varData)
{
final String byteOrder = ir.byteOrder() == ByteOrder.LITTLE_ENDIAN ? "<" : ">";

Check notice

Code scanning / CodeQL

Unread local variable Note

Variable 'String byteOrder' is never read.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant