Skip to content

lzz is the "Lazy C++ compiler", allowing you to write C++ like the absolute dork you are

Notifications You must be signed in to change notification settings

Tina-otoge/lzz-test-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Lzz test project

This is a very simple project that experiments with Lzz, the "Lazy C++ Compiler".

Requirements

Building

make

Conclusion

Lzz is fun to use, however the header file being generated at compile time makes it impossible for current IDE tools to provide completion and error checking correctly, maybe there are way around this idk.

I like C and C++ however I don't like the way it works makes it that the developer has to duplicate code very often. Adding const to a method after implementing it makes me change both the source file and the header, which is definitely not how things should be.

I dream of a compiler that will read the whole source once to index all the symbols/prototypes and then will proceed to compile.

About

lzz is the "Lazy C++ compiler", allowing you to write C++ like the absolute dork you are

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published