There are 3 repositories under pascal-compiler topic.
XD Pascal: A small embeddable self-hosting Pascal compiler for Windows. Supports Go-style methods and interfaces
Delphi Web Script general purpose scripting engine
Pascal Compiler for Android
Free Pascal Operating System (FPOS) is a operating system consists of a minimal kernel built on FreePascal. It contains a Scheme implementation of a hard drive (ATA) driver, keyboard (PS2), serial (8250 UART), FAT32 filesystem and a small real time clock manager. The project was built to experiment with developement of operating system using a high level functional language to study the developement process and the use of Scheme to build a fairly complex system.
Building a Pascal compiler with C, YACC & Lex
Complete source to Alice Personal Pascal, including Atari ST version with GUI.
Compiler for Simple Pascal in Java with SableCC
Self-hosting Bauman TinyPascal Compiler for Linux x64
A simple Pascal compiler using flex and bison yacc
This action runs Pascal file and saves output.
A Deep Dive into the Turbo Pascal Compiled Code (Work in Progress)
Repo for Quartex things
The new generation Pascal programming language for .NET
This repository provides a lexer and parser for the Pascal programming language. Both lexer and parser can generate errors indicating the location in the code.
an AST generator tool written in pure Pascal. You can write your own language grammar to generate the AST of your code.
A compiler for Pascal written in Java. No fancy libraries used. Process broken down into Lexer,Parser,Checker and Compiler, following an optimized Top Down Parser algorithm.
A pascal runtime written in Golang
A C program that performs lexical, syntax and some semantic analysis of Pascal programs.
A Mini Compiler for Pascal Language using Jflex, PGen and LLVM - Compiler Design course project
Compiler for a stripped down version of Pascal
Java program used to translate pascal code to assembly code by Three steps: 1-tokenizer, 2-parsing, 3-code generation, and check the validation of code syntax and describes the errors and line caused the error if write the wrong syntax.