Skip to content

Commit

Permalink
Move docs to separate folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaquraish committed Nov 7, 2024
1 parent 55fa905 commit 8115269
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,16 @@ $ ocen file.oc -o ./build/out # generates ./build/out and ./build/out.c
$ ocen file.oc -n -c ./temp.c # generates only ./temp.c
```

For tips on developing the compiler, see [DEVELOPING.md](./DEVELOPING.md).
## Usage

## Language
- For an overview of the language and it's features, look at the [getting started doc](./docs/GETTING_STARTED.md).
- For tips / workflow on developing the compiler, look at the [compiler development doc](./docs/DEVELOPMENT.md).
- For recommended code style (used in the repo), look at the [style guide](./docs/CODE_STYLE.md).

You can find various examples of the language in:
- [tests](./tests): Unit tests for the compiler

You also can find various examples of the language being used in:
- [tests](./tests): Unit tests for the compiler (shows all the features)
- [std](./std): The standard library (implementations + C bindings)
- [examples](./examples): Various examples of the language
- [examples](./examples): Few non-trivial examples of programs
- [compiler](./compiler): The compiler itself!

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8115269

Please sign in to comment.