Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 474 Bytes

Uruz: an EBNF-based frontend for the OCaml parser generator toolchain

Installation

  • Copy the VIM syntax files into your home directory:
cp uruz/ver2/vim/syntax/* ~/.vim/syntax
cp uruz/ver2/vim/ftdetect/* ~/.vim/ftdetect
  • Add the ver1 and ver2 directories to your path.
  • Build Version 1 of the tool:
cd ver1
make
  • Build Version 2 of the tool:
cd ver2
make