CodeGenLib

所属分类:自动编程
开发工具:Nim
文件大小:0KB
下载次数:0
上传日期:2023-10-07 21:25:56
上 传 者sh-1993
说明:  用于其他编程语言的简单代码生成库。,
(A simple code generation library for other programming languages.,)

文件列表:
codegenlib.nimble (297, 2023-10-07)
src/ (0, 2023-10-07)
src/codegenlib.nim (26, 2023-10-07)
src/codegenlib/ (0, 2023-10-07)
src/codegenlib/java.nim (3682, 2023-10-07)
src/codegenlib/java/ (0, 2023-10-07)
src/codegenlib/java/class.nim (1003, 2023-10-07)
src/codegenlib/java/fileconstruction.nim (5498, 2023-10-07)
src/codegenlib/java/keywords.nim (490, 2023-10-07)
src/codegenlib/java/types.nim (3537, 2023-10-07)
tests/ (0, 2023-10-07)
tests/config.nims (36, 2023-10-07)
tests/test1.nim (1779, 2023-10-07)

# CodeGenLib A library made for the sole purpose of code generation, for use in things such as for codegen in compilers. This project is going to be used in a W.I.P project of mine for Java codegen with Nim. This package is listed on Nimble and can be installed with `nimble install CodeGenLib`. ## Currently Supported * Java * This is a small subset of Java. ## To-Do - [ ] For the love of god please properly reorganise this so it's semi-sane. - [ ] Look into using ropes rather than string manipulation? Unsure how it works. - [ ] Implement enum/record/interface/abstract class support. - [ ] Document the code properly and clearly.

近期下载者

相关文件


收藏者