Volta

所属分类:编译器/解释器
开发工具:D
文件大小:1230KB
下载次数:0
上传日期:2022-11-28 11:48:51
上 传 者sh-1993
说明:  Volt编程语言的编译器
(Compiler for the Volt Programming Language)

文件列表:
GNUmakefile (5252, 2022-11-28)
Jenkinsfile (40, 2022-11-28)
Makefile (604, 2022-11-28)
battery.toml (568, 2022-11-28)
doc (0, 2022-11-28)
doc\Doxygen (77330, 2022-11-28)
doc\DoxygenLayout.xml (6047, 2022-11-28)
doc\_config.json (79, 2022-11-28)
doc\_includes (0, 2022-11-28)
doc\_includes\content.md (151, 2022-11-28)
doc\cloc-lang-def.txt (278, 2022-11-28)
doc\codeguidelines.rst (3420, 2022-11-28)
doc\errors.md (3618, 2022-11-28)
doc\index.md (931, 2022-11-28)
doc\mangle.md (2711, 2022-11-28)
doc\overview.md (962, 2022-11-28)
doc\syntax.md (6751, 2022-11-28)
doc\volt.md (20891, 2022-11-28)
doc\warnings.txt (690, 2022-11-28)
doc\warts.txt (310, 2022-11-28)
dsupport (0, 2022-11-28)
dsupport\battery.toml (194, 2022-11-28)
dsupport\src (0, 2022-11-28)
dsupport\src\core (0, 2022-11-28)
dsupport\src\core\c (0, 2022-11-28)
dsupport\src\core\c\time.d (50, 2022-11-28)
dsupport\src\undead (0, 2022-11-28)
dsupport\src\undead\cstream.d (6319, 2022-11-28)
dsupport\src\undead\internal (0, 2022-11-28)
dsupport\src\undead\internal\file.d (667, 2022-11-28)
dsupport\src\undead\stream.d (91467, 2022-11-28)
dsupport\src\undead\utf.d (876, 2022-11-28)
dsupport\src\volta_dsupport_dummy.volt (29, 2022-11-28)
dsupport\src\watt (0, 2022-11-28)
dsupport\src\watt\algorithm.d (199, 2022-11-28)
dsupport\src\watt\containers (0, 2022-11-28)
... ...

# Volt Volt is a systems level programming language, that aims to be safe by default but still allowing you access to nitty gritty low level details. All of the code in [Volta], [Watt] and other official Volt repos are under the `BOOST (ver. 1.0) license` except for bindings, those are licenced under their original license. For instance, [LLVM], which is used by Volta to generate code. ## Volta Volta is the compiler for the Volt language. This repo also contains the runtime, code needed to support language features. The runtime is not the standard library, which is code that supports software development in general. That can be found in the [Watt](https://github.com/VoltLang/Watt) repository. ## Documentation You can find a getting started guide [here](http://docs.volt-lang.org/doc/tvpl/c2-setup.html), information about the language [here](http://docs.volt-lang.org/doc/tvpl/c1-intro.html) and [here](http://docs.volt-lang.org/doc/volt.html). An overview of the compiler [here](http://docs.volt-lang.org/doc/overview.html). An index of the documentation exists [here](http://docs.volt-lang.org/). And if you are brave you can try out the experimental [Volt Guru](http://volt.guru) page. ## Contributing Please feel free to contribute. Contributing is easy! Just send us your code. Diffs are appreciated, in git format; GitHub pull requests are excellent. Things to consider: * The parser, runtime and standard library is under the BOOST license. Your contributions to any of these parts will be under that same license. If this isn't acceptable, then your code cannot be merged. This is really the only hard condition. * That was short wasn't it? Just remember don't be a dick, have fun and there will be cake! That is all! [Watt]: https://github.com/VoltLang/Watt [LLVM]: http://llvm.org [Volt]: http://www.volt-lang.org [Volta]: https://github.com/VoltLang/Volta

近期下载者

相关文件


收藏者