command
module
Version:
v0.0.0-...-ab8d200
Opens a new window with list of versions in this module.
Published: Dec 13, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Sim
Sim是一门简洁的、强类型的编译型语言
Features:
-
语法简单,关键字尽可能的少,向C与Go语言看齐
-
面向对象,Go+Rust
-
自动内存管理
TODO List
Dependences
-
linux
-
llvm(version==18)
-
golang
-
c lib
Hello World
compiler/examples/hello_world.sim
func main(){
debug("Hello World")
}
> make run TEST_FILE=$PWD/compiler/examples/hello_world.sim
Hello World
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
compiler
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.