Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Algodal

7
Posts
3
Topics
1
Followers
A member registered Feb 14, 2023 · View creator page →

Creator of

Recent community posts

Dear Supporters,

I want to take a moment to thank each of you for supporting Algodal Parser Generator. Your encouragement and feedback have been invaluable, and it has been a privilege to create a tool that helps so many of you.

I have an important update regarding the future of the tool:

  • I am releasing the source code of Algodal Parser Generator to you, my supporters.

  • I still plan to improve and enhance the tool, but I will no longer be publishing updates on itch.io.

  • For those who have purchased the tool, please email me at alrickgrandison@gmail.com

    . Once the new version is ready on a new platform, I will provide you with a key to access it.

This decision comes after ongoing issues with itch.io, and I have chosen to move forward on a platform that allows me to better serve you and continue development.

Thank you again for your support and patience. I am excited for the next chapter of Algodal Parser Generator and I look forward to sharing the improved version with you soon.

With gratitude,
Alrick Grandison

I just want to share that we are planning some big improvements for future version so look out!

(2 edits)

Hi community,

If you are looking for a easy to use parser generator to generate fast, UTF-8, thread-safe parsers you can checkout Algodal Parser Generator at https://algodal.itch.io/algodal-parser-generator-tool 

We have syntax highlighting for vscode.


The parser language (the language you write the parsers in) is extremely simple and concise (unlike most other parser generators).

You can write parsers for COMPLEX languages very quickly and easily.   Parsers are generated in C code but you can generate a parser in JSON and then convert it later to C code.

The generated parsers come with simple C API that makes them easy to implement in your projects as well as extending their functionality.  It is fully documented and the manual is easy to use.  You can download the manual for fee at https://algodal.itch.io/algodal-parser-generator-tool

Here is a quick introduction

Here is an example of writing a fully compliant JSON parser

Sincerely,

Algodal Team.

Hi community,

If you are looking a easy to use parser generator to generate fast, UTF-8, thread-safe parsers you can checkout Algodal Parser Generator at https://algodal.itch.io/algodal-parser-generator-tool 

Sincerely,

Algodal Team.

2.0.0 Released!

Sorry to announce that there has been some delays.  We are working to push the updated version to itch as soon as possible.  Look out for updates.

We are running a bit late.  But rest assured we will release version 2.0 late today or early tomorrow.