Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav authored Feb 21, 2024
1 parent f5d79e5 commit 310b4c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions std/jule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ It is also used by the official reference compiler JuleC and is developed in par

## Packages

- [`ast`](https://github.com/julelang/jule/tree/master/std/jule/ast): AST things.
- [`lex`](https://github.com/julelang/jule/tree/master/std/jule/lex): Lexical analyzer.
- [`parser`](https://github.com/julelang/jule/tree/master/std/jule/parser): Parser.
- [`sema`](https://github.com/julelang/jule/tree/master/std/jule/sema): Semantic analyzer.
- [`types`](https://github.com/julelang/jule/tree/master/std/jule/types): Elementary package for type safety.
- [`ast`](./ast): AST things.
- [`lex`](./lex): Lexical analyzer.
- [`parser`](./parser): Parser.
- [`pattern`](./pattern): Pattern checking for defines such as reserved functions.
- [`sema`](./sema): Semantic analyzer.
- [`types`](./types): Elementary package for type safety.

## Developer Reference

Expand Down

0 comments on commit 310b4c3

Please sign in to comment.