OpenSourceShowAndTell / SanFrancisco2017

0 stars 1 forks source link

Babelfish: The Universal Code Parsing Server #6

Open margaridagsl opened 7 years ago

margaridagsl commented 7 years ago

Babelfish is a self-hosted server for source code parsing. We are developing a server to parse code in virtually every language by extracting an ASTs (Abstract Syntax Tree) from it, and convert it to a UAST (Universal Abstract Syntax Tree).

In this talk we'll have an in-depth look at why we created Babelfish, its architecture, our plans for the future and challenges we're facing while building it.

Babelfish can have very diverse use cases and while we use it to analyze source code at scale, this is a project we're really hoping to get more people in the community involved.

Documentation can be found here and on GitHub.

Talk will be delivered by Eiso Kant.

elof commented 7 years ago

👍