Giter Club home page Giter Club logo

koka-community

A meta repository containing all the goodies in one clone :)

Just clone this repository using the following commands:

git clone [email protected]:koka-community/koka-community
cd koka-community
git submodule update --init --recursive --depth=1
git submodule foreach 'git checkout main'

Run the following command to update all the submodules to the latest commit on the main branch:

git submodule update --remote

Most often you will want to open a .code-workspace file to open only the relevant folders and submodules you want to work with in vscode. Due to the --depth=1 flag in the update, you shouldn't have to worry about the size hopefully since it will only fetch the latest commit to work off of.

We have the following workspaces:

  • admin - Contains the admin related repositories (community-docs, koka-docs, template, and std library)
  • pure-koka - Contains the pure Koka libraries (std, parsing, math, etc)
  • generators - Contains code generators for the Alex Lexer as well as native (C) and web (JS) external binding generators.
  • cbindings - Contains the Native code binding generator for C along with libraries that have been generated from C header files using it (zlib, mbedtls, llhttp)

.vscode/settings.json contains the configuration for koka's language server compiler arguments to use the submodules as include paths, for the whole koka-community repository. Each smaller workspace includes the workspace settings in their own .code-workspace file.

language-koka*.vsix is a development version of the koka language server extension for vscode. There are some updates that fix a few issues.

We set up a shallow clone for each of the submodules, so all of the remote branches and history won't be cloned to your computer when you clone this repo, just the latest code. If you want to fetch other branches do the following in the submodule you are working in:

git remote set-branches origin '*'
git fetch -v --depth=1

This will fetch the missing remote branches.

koka-community's Projects

alex icon alex

A lexical analyser generator for Koka

community-docs icon community-docs

Documentation for the Community (Guidelines, Rules, Organization, Licensing)

koka-docs icon koka-docs

Additional documentation on less well known Koka features, links to papers, etc.

madoko icon madoko

Madoko is a fast markdown processor for high quality academic and technical articles

math icon math

A library for all your math and Koka related needs. This is not in the std repo because it relies on external libraries such as OpenBLAS.

mbedtls icon mbedtls

Koka bindings to the mbedtls library

native icon native

Koka packages related to FFI and native assets bundling.

parsing icon parsing

A collection of different parsing approaches, comparisons, benchmarks, and parsers for different languages

serjson icon serjson

simple JSON serialization and deserialization

std icon std

Extensions to Koka's std libraries (hopefully to be integrated into Koka someday)

web icon web

Lightweight browser API bindings built around JS static interop.

zlib icon zlib

Koka bindings to the Zlib library

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.