7 Commits

Author SHA1 Message Date
Nicolas Roche
bf40e813de Adjust concatetation and add range operator
* range with .. is now supported in for loop
* concatenation is now done with & instead of ..

Change-Id: I872b895d4c6d25d2a71f526d311e6234f8573d99
2014-11-06 08:21:49 +01:00
Nicolas Roche
23559dbe48 Add ada keywords: of and begin
* Blocks are now starting with begin instead of do
* for loops on range use now 'in' instead of assignment to introduce
  range.
* for loop introduce interators with 'of' instead of 'in'

Change-Id: Id60ba6f0f69a7e97c1a16faa6bff13cbee37332d
2014-11-05 18:58:58 +01:00
Nicolas Roche
5b0b673a52 Make unit testing script language closer to Ada
- = is now the equal operator
- := is the assignement operator
- /= is the the not equal operator

Change-Id: I114104eb6c03598429800dac7348f18beeaead5e
2014-11-05 18:23:36 +01:00
Nicolas Roche
fdaaec935c Add lua sources
Change-Id: If6f44dbcf55e1ce5d0371c14b6a7793e4e2beab7
2014-11-05 16:12:21 +01:00
Nicolas Roche
7f30695d42 Remove non used directory. 2014-06-27 19:07:19 +02:00
Nicolas Roche
f52931016f Remove spurious files 2013-02-18 23:28:12 +01:00
Nicolas Roche
44994fbc10 Add lua sources 2013-02-18 23:24:15 +01:00