Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dunor committed Jul 18, 2023
1 parent 0a9f728 commit 9de38d1
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Then you are free to try `stack run repl` command, which brings up an interprete

1. `:gen` : to show generated llvm ir code for expression
2. `:def` : to define global structures like a type declaration or value definition or FFI
3. it defaults to print out parsed AST of your typing
3. `:load` : to load a source file and parse it, then print raw AST structure
4. `:mods` : to show modules available in scope. The names can be used for command `:showm`.
5. `:showm` : to show contents of a module.
6. it defaults to print out parsed AST of your typing

> You are guaranteed to get a successful running on the `main` branch.
Expand All @@ -39,7 +42,7 @@ This is something still under consideration, But here are some topics you may pi

This is the common setting and for now it is all we care about.

> For some reason, constraint system (type class) is not presented and this is our future goal.
> For some reason, constraint system (type class) is not presented and this is our goal.
2. The framework

Expand Down Expand Up @@ -79,6 +82,10 @@ This is something still under consideration, But here are some topics you may pi

TODO

## Roadmap

TODO

# Principles

We have following principles, and encourage introducing new breaking changes as long as it gets equivalent value.
Expand Down

0 comments on commit 9de38d1

Please sign in to comment.