package baguette_sharp

  1. Overview
  2. Docs
module Array_manipulation : sig ... end

The Array Manipulation Module of the B# STD

module Conditions : sig ... end

The Condition Module of the B# STD

module Functions : sig ... end

The Function Module : Handles called function and dispatch commands

module Interpreter : sig ... end

The Interpreter Module of B#

module Lexer : sig ... end

General lexer module : generate lexers char by char or word by word (default)

module Math : sig ... end

The Math Module of the B# STD

module Parser : sig ... end

Parser module

module String_manipulation : sig ... end

The String Manipulation Module of the B# STD

module Token : sig ... end

The Token Module