Skip to content
forked from repos-bitc/bitc

The BitC Programming Language (unofficial, unaffiliated mirror)

Notifications You must be signed in to change notification settings

funny-falcon/bitc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

The BitC Programming Language

Download: http://bitc-lang.org/download/

Update from main Mercurial repo:

git-hg pull http://dev.eros-os.com/hg/bitc

Build:

cd bitc/src
# Set CXXFLAGS so that you can help us debug the compiler:
CXXFLAGS=-g ./configure
make

If you are trying to track the development updates as we go, build with make clean:

cd bitc/src
# Set CXXFLAGS so that you can help us debug the compiler:
CXXFLAGS=-g ./configure
make clean
make

About

The BitC Programming Language (unofficial, unaffiliated mirror)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.4%
  • Shell 14.0%
  • C 4.2%
  • Emacs Lisp 3.8%
  • Other 0.6%