descriptionNit language project; an oo programing language and its tool suite.
ownerJean Privat
last changeFri, 22 Apr 2022 17:04:57 +0000 (13:04 -0400)
readme
Build the compiler:
 $ make 
Compile a program:
 $ bin/nitc examples/hello_world.nit 
Execute the program:
 $ ./hello_world 
shortlog
2022-04-22 Jean PrivatMerge: doc: fixed some typos and other misc. corrections master
2022-04-21 David Genoisdoc: misc proofread
2020-11-20 Jean PrivatMerge pull request #2831 from Delja/contract_fix_error
2020-11-16 Deljatests: Add contract test
2020-08-20 Deljasrc/contracts: Fix `null` omit argument error
2020-07-14 Jean PrivatMerge: phase: Introduction of new hook method
2020-07-08 Florian Deljarrytests: Update nit test args
2020-07-01 Florian Deljarrynit: Add `run_global_phases` call
2020-07-01 Florian Deljarryerasure_compiler: Add contract phase dependency
2020-07-01 Florian Deljarryseparate_compiler: Add contract phase dependency
2020-07-01 Florian Deljarryglobal_compiler: Add contract phase dependency
2020-07-01 Florian Deljarryabstract_compiler: Add import contract
2020-07-01 Florian Deljarrysrc/contracts: Modification of contract weaving
2020-06-08 Jean PrivatMerge: Contract refactoring
2020-06-05 Florian Deljarrytests/sav: Update tests results
2020-06-05 Florian Deljarrycontracts: Improvement contract implementation
...
tags
8 years ago v0.8 version 0.8
8 years ago v0.7.9 version 0.7.9
8 years ago v0.7.8 version 0.7.8
8 years ago v0.7.7 nit version v0.7.7
8 years ago v0.7.6 nit version v0.7.6
8 years ago v0.7.5 nit version v0.7.5
8 years ago v0.7.4 nit version v0.7.4
9 years ago v0.7.3 nit version v0.7.3
9 years ago v0.7.2 nit version v0.7.2
9 years ago v0.7.1 nit version v0.7.1
9 years ago v0.7 nit version v0.7
9 years ago v0.6.11 nit version v0.6.11
9 years ago v0.6.10 nit version v0.6.10
9 years ago v0.6.9 nit version v0.6.9
9 years ago v0.6.8 nit version v0.6.8
9 years ago v0.6.7 nit version v0.6.7
...
heads
2 years ago master
8 years ago beefup_check_contrib