ocaml
Projects with this topic
-
A test framework for OCaml, suited for writing and executing unit, integration and regression tests and focusing on user experience.
Updated -
GitLab CI Inspector, or gci for short, is a tool for working with GitLab CI configuration files , e.g. .gitlab-ci.yml. It can be used to lint CI configurations (using GitLab's api), to merge multi-file CI configurations into single YAML files, to debug template extension and comparing configurations (and much more!).
Updated -
Chancereul Arthur et Abi Ayad Mounir
Updated -
-
-
Proper modulo operators for OCaml
Updated -
-
an implementation of the 2048 game in ocaml
odoc: https://ml2048-midorishibukawa-775a02669f053cf7bd8103c56ab79c5a39b9255a.gitlab.io/
Updated -
this is where most of my programming-related ramblings live. https://devlog.midori.shibukawa.io/
Updated -
Detect Called Programmed In Script (dcpis) is a CLI utility which accomplishes two tasks on POSIX scripts. The first is validating their syntax. The second is printing to stdout a space delimited list of immediately called proprams which could not be found in $PATH. This script does not evaluate the script, and so any programs which might be called from called programs or from generated code cannot be determined and will not be reported.
Updated -
Implémentation d'un interpréteur pour le langage LATSI (Langage très simple d’instructions) en OCaml, Ocamllex et Menhir.
Un programme peut être vide mais déclenche une erreur à l’exécution. Quand un programme LATSI contient plusieurs lignes avec le même numéro, la dernière ligne est utilisée. Les lignes d’un programme ne sont pas forcément ordonnées par leur numéro. L’exécution d’un programme LATSI commence par la ligne avec le plus petit numéro. La ligne est exécutée (voir ci-dessous une description de chaque instruction) et on passe soit à la ligne non vide suivante, soit à la ligne indiquée par l’instruction VAVERS. Si, à la fin, il n’y a plus de ligne non vide, le programme s’arrête.
Grammaire : : := {} EOF : := CR : := IMPRIME | SI ALORS | VAVERS | ENTREE | = | FIN | REM | NL : := (| ) {, (| ) } : := {, } : := [+|-] {(+|-) } : := {(|/) } : := | | "("")" , , , et sont donnés par les expressions rationnelles suivantes : : := A | B | C ... | Y | Z : := : := 0 | 1 | 2 | 3 | ... | 8 | 9 : := <(>|=| ϵ) | >(<|=| ϵ) | = : := "[ ,’_ ; :().a-zA-Z]*"
Updated -
ADN et reconnaissance par expressions régulières en OCaml
Updated -
This project implements a scraper for the GitLab Jobs API storing the scraped jobs in a SQLite3 database.
Updated -
these are my advent of code solutions in ocaml
Updated -
Native OCaml bindings to Gitlab REST API v4 - Mirror of https://github.com/tmcgilchrist/ocaml-gitlab
Updated -
Ultimate Ocaml editing plugin, providing advanced structural editing, movement and analysis in Emacs.
Updated -
Intervention for "Science by the numbers"
Updated -
Free as in freedom Digital Referencing tool for Artists.
Updated -
Visual Metronome and Band Conductor driven by JACK/MiDI
Updated -