Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/friedrith/abstract-syntax-tree

A presentation about AST, typescript API and eslint rules
https://github.com/friedrith/abstract-syntax-tree

talk

Last synced: 2 months ago
JSON representation

A presentation about AST, typescript API and eslint rules

Awesome Lists containing this project

README

        



Abstract Syntax Tree (AST)



Code | Slides


This is a demo project to show few examples of Abstract Syntax Tree (AST) usages.

## Projects

- [typescript-compiler-api](./typescript-compiler-api): A simple project to show how to use TypeScript Compiler API to analyze code.

## History

Several versions of this project are available:

- [First version](https://github.com/friedrith/abstract-syntax-tree/tree/typescript-montreal-meetup) presented at the [Typescript Montreal Meetup](https://www.meetup.com/typescript-montreal/events/301681223) of September 2024.

## License

Distributed under the MIT License. See [LICENSE](./LICENSE) for more information.