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 Filemanager : sig ... end
module Functions : sig ... end

The Function Module : Handles called function and dispatch commands

module Interpreter : sig ... end

The Interpreter Module of B#

module Levenshtein : sig ... end
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 Naive : sig ... end
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

module Transpiler : sig ... end
module Utils : sig ... end