package SourceCode_ASCII

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

ASCII-based library for generating and querying source code of different programming languages and different domain specific languages.

module Casing : sig ... end

Convert Pascal case (ex. "JohnDoe") to and from other cases like Camel case (ex. "johnDoe") or Snake case (ex. "john_doe") or Kebab case (ex. "john-doe").

OCaml

Innovation. Community. Security.