This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

beyond treelang...


Where can I find (minimally complex) examples of functionality that are not in treelang?

Items that I noticed to be lacking from treelang:
Loops (probably covered through careful examination of the if statement)
#include/import
User defined types/structures
Functional programming
(does this exist anywhere in gcc?)
Templates and generic programming support
(I assume the only way will be to dive head first into cp?)
Anything else that I didn't list?



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]