Skip to content
#

domain-specific-language

Here are 270 public repositories matching this topic...

ink
cmichi
cmichi commented Mar 18, 2022

Our .gitlab-ci.yml contains a lot of super-repetitive lines like this by now:

- for example in examples/*/; do
    if [ "$example" = "examples/upgradeable-contracts/" ]; then continue; fi;
    cargo fmt --verbose --manifest-path ${example}/Cargo.toml -- --check --config=license_template_path="";
  done
- for contract in
good first issue A-CI
pluralia
pluralia commented May 3, 2022
  • Add bigint as a built-in type in grammar and make date with a capital letter
PrimitiveType returns string:
    'string' | 'number' | 'boolean' | 'Date' | 'bigint';
  • Validate bigint as a return type of terminal rules
good first issue validation grammar types

Improve this page

Add a description, image, and links to the domain-specific-language topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the domain-specific-language topic, visit your repo's landing page and select "manage topics."

Learn more