Wojciech Daniło
e212835e22
Create grcov.yml
...
Original commit: cf7275c861
2019-10-07 17:03:15 +02:00
Wojciech Daniło
c49fa8371d
Update build.yml
...
Original commit: 33506baf77
2019-10-07 17:01:11 +02:00
Wojciech Daniło
ad547bf4b0
Update build.yml
...
Original commit: 51678ba2d0
2019-10-07 16:53:07 +02:00
Wojciech Daniło
0a05a8f527
Create grcov.yml
...
Original commit: 53c2df3dd5
2019-10-07 16:51:54 +02:00
Wojciech Daniło
5413ddd546
Update build.yml
...
Original commit: 40444da4b6
2019-10-07 16:41:00 +02:00
Wojciech Daniło
0308cf9f6c
Update build.yml
...
Adding coverage tests
Original commit: c60bc70a78
2019-10-07 16:19:06 +02:00
Wojciech Daniło
910641d81f
Update README.md
...
Original commit: 6d2d9ea15f
2019-10-07 15:44:57 +02:00
Wojciech Daniło
c80ee14c60
Update build.yml
...
Original commit: 5f355507a7
2019-10-07 14:45:49 +02:00
Wojciech Daniło
2df869093e
Update README.md
...
Original commit: f4df97df06
2019-10-07 14:37:12 +02:00
Wojciech Daniło
184d9ca4e0
Delete rust.yml
...
Original commit: 7fc536bd7a
2019-10-07 14:15:57 +02:00
Wojciech Daniło
0834645fe8
Update and rename rust.yml to build.yml
...
Original commit: ffa91f8183
2019-10-07 14:15:41 +02:00
Wojciech Daniło
bf49cb3ff9
Update README.md
...
Original commit: 9ef06992b9
2019-10-07 13:51:18 +02:00
Wojciech Daniło
cf98e18319
Update rust.yml
...
Original commit: e89005203b
2019-10-07 13:42:20 +02:00
Wojciech Daniło
7564e532bb
Update rust.yml
...
Original commit: 62c39f00a8
2019-10-07 13:28:34 +02:00
Wojciech Daniło
ccea9f8907
Update README.md
...
Original commit: f3f41af005
2019-10-06 21:56:53 +02:00
Wojciech Danilo
5bbb3e2524
Init
...
Original commit: c745d7d896
2019-10-06 21:47:17 +02:00
Ara Adkins
261660abac
Update style guides around complexity ( #213 )
2019-10-02 21:07:29 +02:00
Josef
4c779df5af
Make it possible to retrieve map of IDs from AST. ( #196 )
2019-10-01 14:16:50 +02:00
Josef
90073e968c
Offset Implementation for Text and Block ( #188 )
2019-10-01 12:03:04 +02:00
Ara Adkins
59a4c2757a
Create comparative benchmarks ( #205 )
2019-09-30 16:14:42 +01:00
Ara Adkins
b8036384d6
Bump the sbt and scala versions ( #198 )
...
This PR also updates the style guides.
2019-09-27 14:55:58 +01:00
Maciej Mikołajek
71508d811e
Improve the integration of the doc parser ( #182 )
2019-09-26 13:29:59 +01:00
Josef
48e016f515
ast pool implementation ( #184 )
2019-09-26 10:06:25 +02:00
Ara Adkins
6e9c557682
Bump the GraalVM version and fix CI ( #195 )
2019-09-25 17:49:43 +01:00
Marcin Kostrzewa
a6e869e05d
Fix lexical scope resolution in recursive calls ( #192 )
2019-09-18 17:19:56 +02:00
Maciej Mikołajek
39b97989d8
Uncomment working & passing Doc Parser Tests ( #189 )
...
* Uncomment working & passing tests
* should work ?
2019-09-16 18:36:38 +02:00
Ara Adkins
4b6b69498d
Reorganise tests and benchmarks ( #185 )
2019-09-13 17:17:58 +01:00
Wojciech Daniło
457a8128e8
Parser ( #172 )
2019-09-12 16:47:25 +02:00
Ara Adkins
432c47576e
Implement oversaturated function application ( #178 )
2019-09-10 20:10:22 +01:00
Marcin Kostrzewa
47f5adfff3
Debugging flags for benchOnly ( #179 )
2019-09-10 18:53:23 +02:00
Marcin Kostrzewa
7c1d9cf908
Improve the interop library ( #174 )
2019-09-09 17:27:49 +01:00
Ara Adkins
ed8223c57c
Implement suspension of default arguments ( #170 )
2019-09-05 18:26:21 +01:00
Marcin Kostrzewa
f8dea12e44
Mutltifile Projects ( #169 )
2019-09-05 18:01:51 +02:00
Marcin Kostrzewa
11dc690b21
CLI & Debug runner ( #124 )
2019-08-28 17:40:08 +02:00
Marcin Kostrzewa
5316ffb011
Bump Graal to 19.2.0 ( #105 )
2019-08-26 13:03:01 +02:00
Marcin Kostrzewa
fb8585504a
Currying & constructor default arguments ( #104 )
2019-08-23 20:13:32 +02:00
Marcin Kostrzewa
3ced2bce83
Implement phase 1 of dynamic dispatch ( #84 )
2019-08-22 17:45:14 +01:00
Ara Adkins
5ee1c2d194
Implement named and defaulted arguments ( #80 )
2019-08-09 16:25:30 +01:00
Marcin Kostrzewa
caf8808ff7
Add a benchmark for lambda performance ( #81 )
2019-08-09 15:33:29 +01:00
Marcin Kostrzewa
fec74a8925
Implement performance regression tracking ( #77 )
2019-08-08 12:50:29 +01:00
Michał Wawrzyniec Urbańczyk
28da85efc4
Temporarily disable the shaky test. ( #78 )
...
Ref https://github.com/luna/enso/issues/73
2019-08-08 12:46:02 +02:00
Michał Wawrzyniec Urbańczyk
d2e16c3e1f
Directory structure and packaging guideline ( #64 )
...
* Directory structure and packaging guidelines as suggested by wdanilo when discussing the file manager.
* renames to follow the proposed structure
2019-08-06 02:25:35 +02:00
Ara Adkins
da27ecbc72
Fix style guides ( #62 )
2019-07-26 13:00:49 +01:00
Michał Wawrzyniec Urbańczyk
9c525edbb9
File Manager ( #46 )
...
File Manager — an Akka-based service providing a basic filesystem-like API over network. Currently it just wraps the local filesystem operations. In the future support for other kinds of storage might get added. Ref #32
2019-07-24 17:36:33 +02:00
Ara Adkins
b1e0717d07
Document options for unbounded recursion ( #51 )
2019-07-24 13:50:39 +01:00
Ara Adkins
eac3251773
Update doc comment guidelines ( #49 )
2019-07-24 13:05:45 +01:00
Marcin Kostrzewa
7908ca4070
Datatypes and pattern matching ( #45 )
2019-07-17 20:00:45 +02:00
Michał Wawrzyniec Urbańczyk
555bd8eebb
Fail CI build if there are issues ( #24 )
...
This PR adds additional step that fails the pipeline if there were issues encountered.
Currently test and benchmark steps in the CI pipeline do not stop the run on failure. This is desirable but led to builds being recognized by github as successful even if they shouldn't.
2019-07-15 15:09:06 +02:00
Ara Adkins
5e9d92a3b6
Introduce global scope to the interpreter
2019-07-11 16:30:14 +01:00
Marcin Kostrzewa
83db1dcfd3
Initial interpreter version – numbers, functions, tail recursion ( #13 )
...
Co-authored-by: Ara Adkins <me@ara.io>
Co-authored-by: Marcin Kostrzewa <marcinkostrzewa@yahoo.com>
2019-07-11 13:23:00 +02:00