文件名称:ReadablePlusPlus:使 C++ 更具可读性
文件大小:16KB
文件格式:ZIP
更新时间:2024-07-21 17:38:10
Java
可读加号 使 C++ 更具可读性 c++ 不是一种可读的语言。 这是为了让它更令人愉悦和减少冗余。 ##这个rpp文件: class Sample public | static int * a b c d = NULL Sample () Sample 1 2 3 Sample ( int first second , float third ) * a = first * b = second * c = third void doStuff ( int yes ) switch yes case 1. .4 print "yes is in the range 1 to 4" case 5 print "it is 5" case 6 print "it is 6" | [] int deal nodea
【文件预览】:
ReadablePlusPlus-master
----.gitignore(238B)
----README.md(2KB)
----LICENSE(18KB)
----rppGrammar()
--------ArithTranslate.java(714B)
--------rpp.g4(8KB)
--------rppTranslate.java(682B)
--------ArithWalk.java(4KB)
--------rppWalk.java(12KB)
--------rppTest.rpp(584B)
----rpp.sublime-project(204B)