Add a way to get a typed AST
Offen
#248
32 Kommentare
13 Reaktionen
1 zugewiesene Person
Zugewiesen an @avikchaudhuri
Auf GitHub ansehen
feature request
type information API
- Vorherrschende Sprache
- Rust
- Sterne
- 22.3k
- Forks
- 1.9k
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I am working on a JS to C compiler using Esprima to get the AST. I started out actually targeting C++11 and was able to get by using the auto keyword when I didn't know a type. This is a hassle and I really want to target ANSI C. It would be excellent if Flow could export the typed AST. Is this currently possible?
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.