12 Commits

Author SHA1 Message Date
bcallah
260db15170 Update to gravity-0.5.1 2018-07-11 21:58:34 +00:00
bcallah
bede6b1536 Update to gravity-0.5.0 2018-06-13 01:50:46 +00:00
bcallah
2c68a78aa3 Update to gravity-0.4.9 2018-05-24 03:21:51 +00:00
bcallah
5cd10845a7 Update to gravity-0.4.5 2018-04-23 20:26:09 +00:00
bcallah
c34f0a9347 Update to gravity-0.4.2 2018-04-08 03:41:38 +00:00
bcallah
4d2251500d Update gravity to 0.4.0
No changelog from upstream, but can be recreated via github:
https://github.com/marcobambini/gravity/compare/0.3.8...0.4.0
2018-02-13 15:16:04 +00:00
bcallah
b728a32890 Update gravity to 0.3.8 -- upstream used one of my macppc machines to fix a
big endian bug. Also, gravity is C99, so drop the COMPILER lines.
2017-11-21 16:01:19 +00:00
bcallah
ce9d4ba110 Bugfix update to gravity-0.3.7 2017-10-30 15:54:15 +00:00
bcallah
6284b5c00d Update gravity to 0.3.6 -- among bugfixes, also adds an internal math lib
and is now C99 instead of C11.
2017-10-11 20:42:36 +00:00
bcallah
742cf5a732 Update gravity to 0.3.0 -- bugfix update to fix memory leaks 2017-08-30 04:23:28 +00:00
bcallah
f284f2fd3f Update to 0.2.8 -- upstream now produces tagged GitHub tarballs.
Condense the 2 pre-configure sed lines into 1.
Don't install yet another copy of the MIT license, at the request of aja@.
2017-07-09 18:33:22 +00:00
bcallah
307e579701 Import lang/gravity
ok juanfra@

Gravity is a powerful, dynamically typed, lightweight, embeddable
programming language written in C without any external dependencies
(except for stdlib). It is a class-based concurrent scripting language
with modern Swift-like syntax.

Gravity supports procedural programming, object-oriented programming,
functional programming and data-driven programming. Thanks to special
built-in methods, it can also be used as a prototype-based programming
language.
2017-06-16 03:36:44 +00:00