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

TypeScript Compiler Testing in Hephaestus #46

Closed

Conversation

alexisthedev
Copy link

This pull request consists of the required modules and additions to test the TypeScript compiler with Hephaestus.

Important additions include:

  • AST-to-TypeScript Translator
  • Core API extension to allow generation of programs with native types of any language (eg. TypeScript's unique union types)
  • Null and Undefined Types
  • Null Constant
  • Literal Types (Native TypeScript)
  • Type Aliases (Native TypeScript)
  • Union Types (Native TypeScript)

A more detailed overview is available here.

alexisthedev and others added 30 commits July 29, 2022 11:13
@StefanosChaliasos
Copy link
Collaborator

@alexisthedev, please resolve any conflicts.

@StefanosChaliasos
Copy link
Collaborator

@alexisthedev, could you please add some example instructions and expected results in the description of that PR?

@alexisthedev
Copy link
Author

Closing this PR and reopening it in order to merge from a different branch from my fork. This has been done in order to keep GSOC.md on my project's main branch but not on the central repo.

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.

3 participants