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

Implement the new parser #2325

Open
fundies opened this issue Feb 6, 2023 · 1 comment
Open

Implement the new parser #2325

fundies opened this issue Feb 6, 2023 · 1 comment
Labels
GSOC Google Summer of Code GSOC-Long

Comments

@fundies
Copy link
Contributor

fundies commented Feb 6, 2023

Finish creation of the new EDL parser

Last year's project, titled "Data Buffers/Serialization", led to a complete
rewrite of the EDL (ENIGMA Development Language) parser. As it stands, the
parser can parse most of the EDL language, with some features which are
incomplete marked as "Unimplemented".

  • The project would begin by finishing up the unimplemented features, and adding
    more test cases to the parser tests,
    to try and achieve maximal coverage.
  • The issues mentioned in issue #2316
    would be fixed possibly by implementing a pass which walks the AST to modify
    it as per the issues mentioned.
  • The parser would then be implemented into ENIGMA itself, by replacing calls
    to the old parser with calls to the new one. This would also involve writing
    routines to lower the AST into ENIGMA's data structures.

Mentors: Josh, Greg
Difficulty: Medium/Hard
Expected size: 350h
Skills required: C++ fundamentals, compiler fundamentals

@fundies fundies added GSOC Google Summer of Code GSOC-Long labels Feb 7, 2023
@AnshVM
Copy link

AnshVM commented Mar 9, 2024

Hey, is this still open for this year of GSOC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSOC Google Summer of Code GSOC-Long
Projects
None yet
Development

No branches or pull requests

2 participants