Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gcarreno/objectpascalparser

An attempt at an Object Pascal Parser
https://github.com/gcarreno/objectpascalparser

fpc free-pascal freepascal lazarus object-pascal objectpascal parser parsing pascal tokenization tokenizer

Last synced: 4 days ago
JSON representation

An attempt at an Object Pascal Parser

Awesome Lists containing this project

README

        

# Object Pascal Parser

[![Build Status](https://github.com/gcarreno/ObjectPascalParser/actions/workflows/main.lazarus.yml/badge.svg?branch=main)](https://github.com/gcarreno/ObjectPascalParser/actions)
[![Supports Windows](https://img.shields.io/badge/support-Windows-blue?logo=Windows)](https://github.com/gcarreno/ObjectPascalParser/releases/latest)
[![Supports Linux](https://img.shields.io/badge/support-Linux-yellow?logo=Linux)](https://github.com/gcarreno/ObjectPascalParser/releases/latest)
[![Supports macOS](https://img.shields.io/badge/support-macOS-black?logo=macOS)](https://github.com/gcarreno/ObjectPascalParser/releases/latest)
[![License](https://img.shields.io/github/license/gcarreno/ObjectPascalParser)](https://github.com/gcarreno/ObjectPascalParser/blob/master/LICENSE)
[![Latest Release](https://img.shields.io/github/v/release/gcarreno/ObjectPascalParser?label=latest%20release)](https://github.com/gcarreno/ObjectPascalParser/releases/latest)
[![Downloads](https://img.shields.io/github/downloads/gcarreno/ObjectPascalParser/total)](https://github.com/gcarreno/ObjectPascalParser/releases)

An attempt at an Object Pascal Parser.

## Objectives

The main objective of this endeavour is primiraly to learn about tokenization and parsing, but it's also an attempt at decoupling the [Object Pascal LSP](https://github.com/genericptr/pascal-language-server) from Lazarus.

## Disclaimer

I'm not, in any way, remotely knowledgeable enough to even understand what I'm doing correctly or other wise.
This is my initial attempt at something like this, with only some tidbits of information, gathered here and there, in light conversations about the subject.

## Plea for help

I welcome any input, or __constructive__ criticism of this effort, since I'm quite aware that I'll need a **ton** of help with this thing!!