Skip to content

Commit

Permalink
chore: update documentation and standard jane
Browse files Browse the repository at this point in the history
Signed-off-by: slowy07 <[email protected]>
  • Loading branch information
slowy07 committed May 14, 2024
1 parent b34def9 commit 33749d3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
Binary file added .github/code_snap/impl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/code_snap/pub_const.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/code_snap/switch_case.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ the project structure, including its lexical and syntactic structure, has now re

> \[!NOTE\]
> currently not fully documented for build the jane compiler, but you can check on `Makefile` on `src` and can check the binary files or exec program on `bin` after the project was build.
## showcase

![switch_case](.github/code_snap/switch_case.png)
![impl](.github/code_snap/impl.png)
![pub_const](.github/code_snap/pub_const.png)
9 changes: 0 additions & 9 deletions std/math/atanh.jn
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,6 @@
// ====================================================
// https://github.com/golang/go/blob/go1.19/src/math/atanh.go and came with this notice.

// ====================================================
// Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
//
// Developed at SunPro, a Sun Microsystems, Inc. business.
// Permission to use, copy, modify, and distribute this
// software is freely granted, provided that this notice
// is preserved.
// ====================================================

// ====================================================
// Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved.
//
Expand Down

0 comments on commit 33749d3

Please sign in to comment.