1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 18:18:51 +03:00
Commit Graph

57 Commits

Author SHA1 Message Date
Joel Martin
b7550ec2ca ObjPascal: add Sorokin RegExpr.pas to repo.
Originally from http://RegExpStudio.com. Minor patch to run under FPC
(rather than Delphi on Windows).
2016-03-13 17:46:06 -05:00
Dov Murik
8bbebed66b Travis: add io build 2016-03-07 10:38:12 -05:00
Joel Martin
2faae94c0a Objective-C: OS X: build, read_atom, str comp., etc.
Also, fix designated init warnings. Note in README that OS X XCode
7 is also supported.
2016-03-06 01:24:16 -06:00
Joel Martin
cd79945188 elisp: add Dockerfile, travis, stepA header. 2016-03-02 10:03:46 -06:00
Joel Martin
648fd4b304 Travis: add swift3 build. 2016-02-24 01:12:24 -06:00
Joel Martin
33dec7afc2 Haxe: update README, fix macro eval, add conj.
Also:

- add ability to build all or one Haxe target.
- enable travis build for Haxe
2016-01-26 16:21:47 -06:00
Joel Martin
4769962955 matlab: support Octave 4.0.0
- Workarounds for Octave 4.0.0:
    - no containers.Map yet so use new Dict
      structure when running under Octave.
    - weird error when +FOO/ directory and FOO.m file both exist so
      rename types.m to type_utils.m
    - no getReport so implement custom stack printer
    - workaround weird issue that happens when a class initializer is
      called with the first argument of the same class as per
      Env(outer, ...). The class is not properly initialized. So for
      now, wrap the outer in a cell as Env({outer}, ...)
    - missing MException object types so when in Octave, use a global
      variable to store the error object.
    - missing native2unicode so just use 0xff character for keyword
      prefix.
    - workaround some function calling/passing differences. For
      example, the "@" anonymous function symbol does not seem to work
      for conveying an existing function but only for defininign a new
      one. E.g. this works:
          @(a,b) a+b
      but this doesn't
          @my_adder_fn.
      so just do this:
          @(a,b) my_adder_fn(a,b)

- Add Dockerfile with Octave

- Active Travis for matlab implementation using Octave
2015-12-31 13:55:18 -06:00
Joel Martin
908e46ea52 .travis.yml: one line for each impl.
Thanks @dubek for the suggestion.
2015-12-17 08:23:03 -06:00
Joel Martin
5f66fc069e vimscript: hack for make perf to work in docker 2015-12-17 08:12:10 -06:00
Dov Murik
a1c9250c82 travis: add vimscript to matrix 2015-12-15 14:15:26 -05:00
Joel Martin
6cf30e3f19 Travis: add D implementation. 2015-12-02 16:06:17 -06:00
Joel Martin
33f5a9c8d6 Travis: fix docker use with matrix.
- Move the service: [docker] into each matrix item instead of
  top-level.
2015-11-24 11:06:05 -05:00
Joel Martin
b26b1bcfa0 Travis: test without language setting. 2015-11-23 22:13:50 -05:00
Joel Martin
f1ecd91a3e Travis: fix global language to "node_js" 2015-11-23 21:58:25 -05:00
Joel Martin
20077371f2 Travis: add Tcl 2015-11-09 22:53:30 -06:00
Joel Martin
6d4cba65ff Travis: add kotlin. 2015-10-27 00:11:06 -05:00
Joel Martin
83166ecbe2 Travis: disable perf^vimscript
/dev/stdout is used for output by vimscript, but in container running
as a specific user, /dev/stdout is not writable and causes vimscript
to basically hang.
2015-10-26 22:26:27 -05:00
Joel Martin
d38e62e546 Travis: don't fail when log file not there. 2015-10-25 16:24:28 -05:00
Joel Martin
a77aaa74ef Travis: fix shell syntax 2015-10-25 16:21:02 -05:00
Joel Martin
6ce7b0ed25 Travis: add perf test. 2015-10-25 16:17:09 -05:00
Joel Martin
eb76b9fbce Travis: activate vimscript build/test. 2015-10-20 15:36:24 -05:00
Joel Martin
2cba0ca0b1 Travis: comment out self-host tests in master. 2015-10-10 15:08:50 -05:00
Joel Martin
fbcf24ee39 Travis: fix self-hosted test and error output. 2015-10-10 14:46:42 -05:00
Joel Martin
531a98a931 Travis: add self-hosted testing. 2015-10-10 10:54:08 -05:00
Joel Martin
a3b95c9917 Travis: add BUILD_IMPL=js for miniMAL. 2015-10-10 00:34:23 -05:00
Joel Martin
c727d1c802 Travis: fix/activate miniMAL. Simplify .travis* 2015-10-09 22:45:48 -05:00
Joel Martin
4e8d7c2816 Travis: fixed rust, re-activate other impls 2015-10-09 14:38:02 -05:00
Joel Martin
1a93c0c861 Travis: just test rust to debug. 2015-10-09 12:37:09 -05:00
Joel Martin
3fae6fb905 Travis: add js,mal cases back into test matrix. 2015-10-09 12:20:53 -05:00
Joel Martin
7755014c7b Travis: split build and test into separate scripts. 2015-10-09 12:13:05 -05:00
Joel Martin
1fef97e26b Travis: try just swift (os: osx) 2015-10-09 11:55:55 -05:00
Joel Martin
337c80310c guile: fix regex with unicode bug. 2015-10-09 11:15:26 -05:00
Joel Martin
758b5cd38a Travis: refactor mal build, remove stepA fail notes 2015-10-09 09:32:21 -05:00
Joel Martin
fdf80511d4 rpython: fix _cache, and update to pypy 2.7.0-alpha0
- also, enable rpython with Travis
2015-10-08 17:15:35 -05:00
Joel Martin
f4b5dcc72c Travis: remove comments about groovy, rust bugs. 2015-10-08 17:15:34 -05:00
Joel Martin
4ed896708f groovy: implement conj 2015-10-08 17:15:33 -05:00
Joel Martin
30b2ac6544 Travis: another attempt to fix mal. 2015-10-08 00:37:33 -05:00
Joel Martin
1bc76e8cff Travis: fix build of mal implementation. 2015-10-08 00:28:04 -05:00
Joel Martin
6b8a72d69a Travis: fix mal and rust docker image build. 2015-10-08 00:22:07 -05:00
Joel Martin
44571c102b Travis: fix coffee and es6
- coffee: install npm deps when built
- es6: create build directory
2015-10-07 23:32:45 -05:00
Joel Martin
4dbfd42675 Travis: fix cat of output log file. 2015-10-07 23:20:59 -05:00
Joel Martin
fc4c7889cb Travis: add remaining implementations.
- new impls: awk, crystal, elixir, erlang, es6, fsharp, groovy, guile
  (disabled), rpython (disabled)
2015-10-07 21:46:12 -05:00
Joel Martin
20cdedbaf6 Travis: disable factor for now (fails in opt stepA) 2015-10-06 18:34:53 -05:00
Joel Martin
ecdbada174 Travis: add C++(cpp), factor and julia. 2015-10-06 18:28:46 -05:00
Joel Martin
9b63e9c377 Travis: add mal and nim. 2015-10-06 17:32:29 -05:00
Joel Martin
0eb9fcb683 Travis: add ocaml, forth and miniMAL. 2015-10-06 13:28:11 -05:00
Joel Martin
72f673243e Travis: add lua and haskell. Add racket (disabled).
- racket has some stepA failures in optional areas so it would cause
  overall test failure.
2015-10-06 12:48:22 -05:00
Joel Martin
c35c7c86c5 Travis: add scala. 2015-10-06 02:49:12 -05:00
Joel Martin
60cc05463e Travis: comment out rust until fixed. 2015-10-06 02:35:40 -05:00
Joel Martin
b1d50fa655 Travis: add VB.net 2015-10-06 02:16:34 -05:00