Skip to content

Minres/CoreDSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

44e525e · Feb 3, 2025
Feb 4, 2024
Feb 5, 2024
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Nov 22, 2021
Feb 5, 2024
Feb 4, 2024
Feb 5, 2024
Feb 3, 2025
Jan 12, 2025
Feb 5, 2024
Feb 5, 2024
Jan 27, 2021
Jan 12, 2025
Feb 3, 2025
Feb 4, 2024
Feb 4, 2024
Sep 17, 2022
Feb 3, 2025
Feb 5, 2024
Sep 17, 2022

Repository files navigation

Java CI with Maven

CoreDSL

This repo contains the XText bundles/plugins for CoreDSL. The OSGI bundles can be installed from https://minres.github.io/CoreDSL/repository.

Language documentation

Programmer's manual

Building VSCode plugin

  • fix version number in build.gradle
  • run
    (cd vscode-extension-self-contained/; ../gradlew clean vscodeExtension)
    

References

https://www.lysator.liu.se/c/ANSI-C-grammar-y.html

EBNF

The generated ANTLR grammar (DebugInternalCoreDsl.g) can be converted into EBNF using https://bottlecaps.de/convert/ to create a formal specification of the language