joom / dilim

A structure editor for a simple functional programming language, with Vim-like shortcuts and commands.

Home Page:http://joomy.korkutblech.com/dilim/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dilim

A structure editor for a simple functional programming language, with Vim-like shortcuts and commands.

Written in Rust, using the Yew framework, compiled to WebAssembly. I wrote it as my first Rust project, to learn Rust, so the code probably isn't all idiomatic Rust.

Live here for now.

Press h to get help, press Tab to get suggestions on how to complete commands.

Installation and Running

If you don't have the Rust WASM bundle tool trunk, you should install it:

cargo install trunk

Then you can build the app and run a static file server with this command:

trunk serve

About

A structure editor for a simple functional programming language, with Vim-like shortcuts and commands.

http://joomy.korkutblech.com/dilim/

License:MIT License


Languages

Language:Rust 91.8%Language:HTML 8.2%