Discover Packages
github.com/De-Rune/jane
module
Version:
v0.0.0-...-4926b86
Opens a new window with list of versions in this module.
Published: Mar 8, 2024
License: MIT
Opens a new window with license information.
README
README
¶
Jane is compiled programming language, static type, fast, modern and simple. the
flow of jane source compiled, its to translate to C++ code and compiled it from
C++ code. Transpile to C++ only instead of compiling is also an Optional. the
mission to be advance, readable and good choic for system programming
name
description
ast
abstact syntax tree builder
command
main and compile files
parser
interpreter
package
uitlity package jane
janelib
builtin jane standard library
operator
operator
description
support type
+
sum
integer, float, string
-
difference
integer, float
*
product
integer, float
/
quotient
integer, float
%
remainder
integer
~
bitwise NOT
integer
&
bitwise AND
integer
^
bitwise XOR
integer
!
logical NOT
bool
&&
logical AND
bool
!=
LOGICAL XOR
bool
<<
left shift
integer << unsigned integer
>>
right shift
integer >> unsigned integer
precedence
| precedence | operator |
| ---------- | ---------------------- |
| 5 | `* / % << >> &` |
| 4 | `+ - || ^` |
| 3 | `== != < <= > >=` |
| 2 | `&&` |
| 1 | `||` |
Expand ▾
Collapse ▴
Directories
¶
command
package
Click to show internal directories.
Click to hide internal directories.