Skip to content

[Library Manager] Babelduino - A library that allows writing and highlighting code in local language #6346

@kalorz

Description

@kalorz

Hi,

Please add a new Library to the Manager: Babelduino

Babelduino is a library that allows writing and highlighting code in the local language. Currently, most common Polish keywords are supported, but new languages and keywords can be easily added:

Link to the repo:
https://github.com/elpassion/Babelduino

Usage example:

void loop() {
  auto distance = radar.ping_cm();
  
  if (distance < 15) {
    go_forward(250);
  } else {
    turn_right(250);
    go_forward(100);
  }
}

(Translated into Polish)

procedura powtarzaj() {
  niech odleglosc = radar.ping_cm();
  
  jezeli (odleglosc < 15) {
    do_przodu(250);
  } w_przeciwnym_razie {
    obroc_w_prawo(250);
    do_przodu(100);
  }
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions