This repository has been archived by the owner on Feb 16, 2021. It is now read-only.
C Language AST #9
Labels
🧘 status/waiting
This may go somewhere but needs more information
💬 type/discussion
This is a request for comments
I'm interested in doing some C Language parsing / transformations / compilation within a browser environment. I was curious if the unified js ecosystem would be a good fit, to tie into something standardized instead of doing ad hoc development.
If I'm understanding the current ecosystem, C might fit in as:
cast
: Specification for a C AST inunist
format.rec
: C processorrec-parse
: Parse C files into syntax treescast-to-x86
: A utility to compile a C AST into an assembly language. (Example of something related to compilation. Maybe it would be more flexible to have another AST for x86 in this example, instead of directly going from C AST to assembly instructions?)The text was updated successfully, but these errors were encountered: