Skip to content

pauloscustodio/coco-r-cpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coco/R ANSI

This is a compiler generator for C++. To build the binary, run

make

The executable will be in this directory. Use it as you want.

Documentation is available at the original site for Coco/R.

The Compiler Generator Coco/R website

Changes to original Coco/R for C++

This is the list of main changes. Please check the GIT repository for details.

  • Change to parse only ANSI (8-bit) input files - no need for conversion between UTF-8 and wchar_t multiple times depending on current need. Target of the use of this Coco/R ANSI is parsing of computer languages that do not need Unicode input.
  • Write error messages to stderr, exit false if there were any errors.
  • Fix EOL handling for three different architectures - Unix, Win32 and old Mac.
  • Fix for MinGW compile.
  • Add Taste mini-compiler from original source and use it in test scripts.
  • Include calling coco.exe in the build process.
  • Add Visual Studio solution files.

About

My Coco/R Compiler Generator Mirror for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.8%
  • Other 0.2%