Add README files to be filled out

This commit is contained in:
James Kyle 2015-07-02 00:50:57 +01:00
parent 07e3d9a8df
commit e572d25640
17 changed files with 53 additions and 0 deletions

4
src/babel/README.md Normal file
View File

@ -0,0 +1,4 @@
## Diving into Babel
If you look around in the various directories in here you'll find some details
about the organization of the Babel codebase.

3
src/babel/api/README.md Normal file
View File

@ -0,0 +1,3 @@
## API
This is the API directory.

View File

@ -0,0 +1,3 @@
## Generation
This is the Generation directory.

View File

@ -0,0 +1,3 @@
## Helpers
This is the Helpers directory.

View File

@ -0,0 +1,3 @@
## Tools
This is the Tools directory.

View File

@ -0,0 +1,3 @@
## Transformation
This is the Transformation directory.

View File

@ -0,0 +1,3 @@
## File Transformation
This is the File Transformation directory.

View File

@ -0,0 +1,3 @@
## File Options
This is the File Options directory.

View File

@ -0,0 +1,3 @@
## Transformation Helpers
This is the Transformation Helpers directory.

View File

@ -0,0 +1,3 @@
## Module Transformation
This is the Module Transformation directory.

View File

@ -0,0 +1,3 @@
## Transformation Templates
This is the Transformation Templates directory.

View File

@ -0,0 +1,3 @@
## Transformers
This is the Transformers directory.

View File

@ -0,0 +1,3 @@
## Traversal
This is the Traversal directory.

View File

@ -1,3 +1,7 @@
## Path Traversal
This is the Path Traversal directory.
- `ancestry` - Methods that retrieve or validate anything related to the current paths ancestry.
- `context` - Methods responsible for maintaing TraversalContexts.
- `conversion` - Methods that convert the path node into another node or some other type of data.

View File

@ -0,0 +1,3 @@
## Inference
This is the Inference directory.

View File

@ -0,0 +1,3 @@
## Scope Traversal
This is the Scope Traversal directory.

View File

@ -0,0 +1,3 @@
## Types
This is the Types directory.