#beeflang #compiler #language

Brian Fiete d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 5 anos atrás
BeefBoot 3883a3674d Added Android support, and generalized target triple support 5 anos atrás
BeefBuild 1c6c06fa4d Breakpoint hotkeys, autocomplete fix 5 anos atrás
BeefLibs d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 5 anos atrás
BeefLink 3eeeaf647e Changing target platform 5 anos atrás
BeefRT c531ade968 Fixed large allocation issues 5 anos atrás
BeefTools 7247cad7f3 Test changes 5 anos atrás
BeefySysLib d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 5 anos atrás
Debugger32 f4c252048e Fixed build paths, added comparison warnings, other misc fixes 5 anos atrás
Debugger64 f4c252048e Fixed build paths, added comparison warnings, other misc fixes 5 anos atrás
IDE d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 5 anos atrás
IDEHelper 939c818581 Added back the "wantsDIForwardDecl = false" for LLVM 5 anos atrás
bin fbb06862b3 Updated tests to fix some Win32 issues 5 anos atrás
builds a367b8165f Win32 debugging fixes, more work on custom compile commands 5 anos atrás
extern 94b385495a Adding third-party licenses 5 anos atrás
.gitignore 9197c60964 Ignores fixes 5 anos atrás
Beef.sln d0e8332150 Fixed some tooltips, added Link Dependencies, more int-ness 5 anos atrás
CMakeLists.txt 078564ac9e Initial checkin 6 anos atrás
LICENSE.TXT 582556dee2 Added linebreaks to license 5 anos atrás
LICENSES.TXT 94b385495a Adding third-party licenses 5 anos atrás
README.md 2c354c9bf3 Update README.md 5 anos atrás
qthelper.py 078564ac9e Initial checkin 6 anos atrás
readme.txt 55f3bdfa54 Added license and readme 5 anos atrás

README.md

Beef Programming Language

Beef is an open source performance-oriented compiled programming language which has been built hand-in-hand with its IDE environment.

The Beef Development Tools include an IDE with a general-purpose debugger capable of debugging native applications written in any language.

The IDE supports productivity features such as autocomplete, fixits, reformatting, refactoring tools, type inspection, hot compilation, and a built-in profiler.

Beef allows for safely mixing different optimization levels on a per-type or per-method level, allowing for performance-critical code to be executed at maximum speed without affecting debuggability of the rest of the application.

Beef can detect memory leaks in real-time. As with most safety features in Beef, this can be turned off in Release builds for performance-critical applications.