Giter VIP home page Giter VIP logo

ugurak / boo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bamboo/boo

0.0 1.0 0.0 19.57 MB

The Boo Programming Language.

Home Page: http://boo-lang.org/

License: BSD 3-Clause "New" or "Revised" License

Makefile 3.65% Boo 14.38% Shell 1.33% C# 44.23% Vim Script 0.09% Roff 0.05% Batchfile 0.02% Java 18.92% GAP 6.98% HTML 3.75% C++ 2.50% Lex 0.04% C 0.02% Pascal 1.63% Visual Basic 0.01% Python 1.42% ANTLR 0.03% Emacs Lisp 0.96% PHP 0.01%

boo's Introduction

Build Status

The boo programming language (c) 2009 Rodrigo Barreto de Oliveira ([email protected])

Building

Just type:

nant

to build the project.

nant test

will also run all the unit tests.

mono users might want to do this instead:

nant compile-tests && nunit-console tests/build/*Tests.dll	

to rebuild everything from scratch:

nant rebuild

the rebuild target will also cause the ast classes and parser to be regenerated (needs a java vm).

How to Start

For a brief description of the project and its goals take a look at docs/BooManifesto.sxw.

extras/boox contains a sweet little tool you can use to get yourself acquainted with the language.

src/ contains all the source code for the runtime and compiler components.

tests/ contains all the unit tests.

testcases/integration is a good source of information on the language features.

lib/ contains project dependencies such as antlr.

bin/ contains the latest version that passed all the tests and could be successfully used to rebuild the system.

Running and compiling code

To execute a boo script run:

booi <script> [args]

For instance:

booi examples/hw.boo	

You can also have booi to read from stdin by typing:

booi -

You can generate .net assemblies by using booc (either the booc.exe utility or the booc nant task):

booc -output:build/hello.exe examples/hw.boo	

If you want to simply see the transformations applied to your code by the compiler use the boo pipeline, run:

booc -p:boo examples/replace.boo	

More Information

http://boo.codehaus.org/ http://boo.codehaus.org/Mailing+Lists

Contributors

See: https://github.com/bamboo/boo/graphs/contributors

boo's People

Contributors

aaronlerch avatar adrianoc avatar bamboo avatar bitpuffin avatar dgrunwald avatar drslump avatar gbenatti avatar ironmagma avatar jbevain avatar kot-behemoth avatar lafar6502 avatar lucasmeijer avatar mausch avatar maximtrushin avatar neoeinstein avatar neonux avatar nsf avatar petejohanson avatar radicaled avatar radiy avatar rmboggs avatar scottstephens avatar turugina avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.