Skip to content

Commit

Permalink
feat: thinking in code expr
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 23, 2020
1 parent 3503bda commit 904fa19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -17,6 +17,7 @@ Languages Stages (Welcome to PR your usage languages)
| function call graph || | | | | | | | |
| arch/package graph || | | | | | | | |
| real world validate || | | | | | | | |
| expression (TBD) | | | | | | | | | |

Language Family [wiki](https://en.wikipedia.org/wiki/First-class_function)

Expand Down
5 changes: 5 additions & 0 deletions chapi-domain/src/main/kotlin/chapi/domain/core/CodeExpr.kt
@@ -0,0 +1,5 @@
package chapi.domain.core

open class CodeExpr() {

}

0 comments on commit 904fa19

Please sign in to comment.