Skip to content

Commit

Permalink
docs: add keyword lit for typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
araujo88 committed Jan 20, 2025
1 parent f1c9e53 commit 861e619
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ make
1. Create a Brainrot source file (e.g., `hello.brainrot`):

```c
skibidi main {
main {
yapping("Hello, World!");
bussin 0;
}
Expand Down Expand Up @@ -161,6 +161,7 @@ Join our community on [Discord](https://discord.gg/FjHhvBHSGj).
| L | false ||
| thicc | long long ||
| rant | string type ||
| lit | typedef ||

### Builtin functions

Expand Down
3 changes: 3 additions & 0 deletions docs/the-brainrot-programming-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ Brainrot replaces familiar C keywords with meme-inspired slang:
| schizo | volatile |
| W | true |
| L | false |
| thicc | long long |
| rant | string type |
| lit | typedef |

### 7.2. Operators

Expand Down

0 comments on commit 861e619

Please sign in to comment.