Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for METAFONT #3465

Merged
merged 7 commits into from Jun 7, 2022
Merged

Commits on Jun 5, 2022

  1. Add support for METAFONT

    Includes the METAFONT language to supported languages in Prism.
    METAFONT is a language for fontdrawing and fontmaking, especially for fonts destined to TeX. While old in various regards its legacy endures in METAPOST or in the TikZ syntax.
    LaeriExNihilo committed Jun 5, 2022
    Copy the full SHA
    d978933 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d5fe064 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Removed alias

    Future more widely used languages may be more suited for the mf alias or .mf extension.
    LaeriExNihilo committed Jun 6, 2022
    Copy the full SHA
    774a660 View commit details
    Browse the repository at this point in the history
  2. Added comprehensive tests

    Added comprehensive tests for all features.
    Added forgotten operators =:| and ||:.
    Added forgotten constant _.
    Added forgotten quantities pen_bot, pen_lft, pen_rt and pen_top.
    LaeriExNihilo committed Jun 6, 2022
    Copy the full SHA
    14de422 View commit details
    Browse the repository at this point in the history
  3. Fixed spacing

    Changed spaces to tabulations.
    Alphabetically ordered what was missed.
    LaeriExNihilo committed Jun 6, 2022
    Copy the full SHA
    beb0197 View commit details
    Browse the repository at this point in the history
  4. lint fix

    Fixed file for lint.
    LaeriExNihilo committed Jun 6, 2022
    Copy the full SHA
    11cb916 View commit details
    Browse the repository at this point in the history
  5. Minified file update.

    Build passes all tests and lint:ci locally.
    LaeriExNihilo committed Jun 6, 2022
    Copy the full SHA
    169afba View commit details
    Browse the repository at this point in the history