Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 491 Bytes

Start.md

File metadata and controls

34 lines (21 loc) · 491 Bytes

Install

Require:

  • JDK 17+
  • C++ compier that support C++17
  • Maven

Build:

  1. Add "bin" into your env path
  2. run build.sh

IDE

  1. Search 'sric-language' in vscode marketplace, install it.
  2. Config Language Server Path, Language Server Arguments in plugin setting.

Usage

sric test.scm

The .scm file is module build script.

The generated C++ code is located in the "sric/output" directory.

Compile by fmake (Option)

fan fmake output/test.fmake -debug