Installation

Installation is done through Rust's package manager cargo (cargo installation info). 1

cargo install sus_compiler
1

By default, the standard library is stored in the $XDG_DATA_HOME folder, but it can be overwritten with INSTALL_SUS_HOME=/path/to/sus_home/ cargo install sus_compiler.

Supported Editors

call plug#begin()
  if !has('nvim')
      Plug 'prabirshrestha/vim-lsp'
  endif
  Plug 'papeg/sus.vim'
call plug#end()

Useful Libraries

Some libraries we maintain here at PC2 might be of use to you: