Skip to content
#

programming-language-tools

Here are 2 public repositories matching this topic...

Language: All
Filter by language

This repository hosts two Python tools for the Pascal programming language: a lexical analyzer and a formatter. The lexical analyzer reads Pascal source code, identifies tokens, and reports lexical errors, while the formatter indents and cleans the source code to improve readability and structure.

  • Updated May 4, 2024
  • Python

A CLI tool that processes @pre, @post, and @invariant tags in functions, classes, and methods within a source file. It generates a modified version of the source code that automatically validates input conditions (@pre), result conditions (@post), and invariant conditions (@invariant).

  • Updated Jun 14, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the programming-language-tools 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 programming-language-tools topic, visit your repo's landing page and select "manage topics."

Learn more