News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

PTTCS for C

Started by cman, June 29, 2011, 05:21:16 PM

Previous topic - Next topic

cman

Anyone know where I can get a version of PTTCS/ANTLER for use with the c language ( something pre-compiled ). The only versions I can find anymore are java based. I'd like to transfer some of the languages I've written from flex/bison to something that can handle errors a little better. Thanks for any information.

tenkey

PCCTS (Purdue Compiler Construction Tool Set) is C++ based and can be found at http://www.polhode.com
A programming language is low level when its programs require attention to the irrelevant.
Alan Perlis, Epigram #8

hutch--

What an interesting link, I wish I had the life and time to sink it in.  :bg
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

cman

Thanks for the link! I found the Win32 pre-compiled version at: http://www.polhode.com/pccts133mr.html#win32 , in case anyone else is interested....