Skip to content
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

Basic implementation of Python target #1

Closed
14 tasks done
dahlia opened this issue May 10, 2016 · 1 comment
Closed
14 tasks done

Basic implementation of Python target #1

dahlia opened this issue May 10, 2016 · 1 comment
Assignees
Labels
cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python typ:enhance Type: Enhancement/new feature

Comments

@dahlia
Copy link
Member

dahlia commented May 10, 2016

Implement limited scope of features:

  • Only support Python 3
  • Proper identifier mangling
  • PascalCase for classes
  • snake_case for attributes/methods
  • Workaround for reserved keywords
  • Serialization
  • boxed types
  • enum types
  • record types
  • union types
  • Deserialization
  • boxed types
  • enum types
  • record types
  • union types
@dahlia dahlia self-assigned this May 10, 2016
@dahlia dahlia added the typ:enhance Type: Enhancement/new feature label May 10, 2016
@kanghyojun
Copy link
Member

kanghyojun commented May 27, 2016

다했어 다했다고. #12

@dahlia dahlia added cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python labels Aug 26, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmp:compiler Component: Compiler backend (e.g., annotation processors, code generators) target:python typ:enhance Type: Enhancement/new feature
Projects
None yet
Development

No branches or pull requests

2 participants