Skip to content

Commit

Permalink
more description
Browse files Browse the repository at this point in the history
  • Loading branch information
true-grue committed Oct 7, 2018
1 parent 067e069 commit 7380dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@ raddsl is a toolset for rapid prototyping of [DSL compilers](http://composition.

It consists of two combinator-based libraries (embedded DSLs) written in Python:

1. *parse.py* for lexical and syntax analysis.
1. *rewrite.py* for strategic term rewriting (AST transformations, code generation).
1. *parse.py* for lexical and syntax analysis (PEG, TDOP).
1. *rewrite.py* for AST transformations and code generation (strategic term rewriting, shallow backtracking).

raddsl is inspired by:

Expand Down

0 comments on commit 7380dad

Please sign in to comment.