Skip to content

Rust-like syntax for rapid development (WIP)

Notifications You must be signed in to change notification settings

yohashinoio/kaede

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test

Warning

As this project is still in the pre-release phase, there is still a possibility that the language specifications could change significantly!

Installation

Install dependencies with homebrew

LLVM 17

$ brew install llvm@17

Environment Variable Configuration

$ export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"

If you want to make it permanent, put it in a shell initialization file.
For example, in the case of a ~/.profile.

$ echo 'export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"' >> ~/.profile

Install standard library and compiler

Make sure Python3 is installed.

$ ./install.py
$ kaede -h

About

Rust-like syntax for rapid development (WIP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published