Skip to content

RiceL123/ricelang-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ricelang playground

ricelang is a simple programming language that supports a weird blend of c and java syntax that compiles to java byte code and runs on the JVM or transpiles to JavaScript.

running

./run.sh

Manually

# compile wasm and copy to the frontend
cd wasm/
./gradlew buildWasm --no-configuration-cache
cp app/build/generated/teavm/wasm-gc/* ../frontend/public
# start the backend
cd ricelang/
./gradlew bootRun
# start the frontend
cd frontend/
npm run dev

Technologies

About

JVM compiler & JS transpiler for RiceLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •