Commit Graph

1783 Commits

Author SHA1 Message Date
Marcin Kostrzewa
0ec41b5bbd
String literals, caller frame access, eval function (#333) 2019-11-15 15:49:57 +01:00
Josef
8da25bec2d
Text AST Reimplementation. (#327) 2019-11-14 13:55:45 +01:00
Marcin Kostrzewa
3929b3f72c
Implement call strategy controls and a functional if statement. (#328) 2019-11-13 12:27:52 +01:00
Ara Adkins
43f51e9dac
Revert "Init AST impl"
This reverts commit bc410b6d52.
2019-11-12 12:57:39 +00:00
Wojciech Danilo
bc410b6d52 Init AST impl 2019-11-12 13:47:02 +01:00
Ara Adkins
bfe81a731f
Reorganise repo for further development (#308) 2019-11-08 17:32:48 +00:00
Ara Adkins
460205c2b9
Integrate a compilation phase into the interpreter (#303) 2019-11-07 12:10:21 +00:00
Marcin Kostrzewa
2d81b111b7
CI artifact with the CLI fat jar (#272) 2019-11-05 20:01:09 +01:00
Marcin Kostrzewa
7bc95473f5
State monad (#270) 2019-11-05 17:01:50 +01:00
Marcin Kostrzewa
cc389fd8e6
Fat Jar distribution (#271) 2019-11-05 15:12:33 +01:00
Michał Wawrzyniec Urbańczyk
7f242e2327
Set "-encoding UTF-8" for javac. (#268)
Set "-encoding UTF-8" options for javac. Without it compilation fails on platforms where javac defaults to other encoding, like most of Windows that default to whatever code page is active in the system.
2019-11-05 00:22:49 +01:00
Josef
59bcabeb21
Remove Runtime Reflection In Parser. (#267) 2019-10-31 14:50:27 +01:00
Ara Adkins
3961738c15
Update CONTRIBUTING.md with build instructions (#265) 2019-10-30 09:58:20 +00:00
Marcin Kostrzewa
7bb2202774
Error Handling (#263) 2019-10-29 15:32:50 +01:00
Marcin Kostrzewa
c646be4820 Include relevant resources for native-image generation (#262) 2019-10-28 11:46:24 +00:00
Marcin Kostrzewa
698a9425ab
Methods on Any type and pattern matches on arbitrary values (#259) 2019-10-24 16:15:50 +02:00
Marcin Kostrzewa
6569cc5cb0
Better way of registering builtin functions (#255) 2019-10-23 16:18:27 +02:00
Josef
3c4fd0c55b
Use Strongly-Typed Indexes / Offsets (#238) 2019-10-22 16:33:37 +02:00
Marcin Kostrzewa
69da76bdfd
Definition Site Argument Laziness (#251) 2019-10-21 18:19:25 +02:00
Wojciech Daniło
a5485a49b7 Fix bug with operator section parsing (#243) 2019-10-17 20:13:41 +01:00
Marcin Kostrzewa
ca3773b97e Fix incremental compilation for parser (#248) 2019-10-17 17:34:08 +01:00
Ara Adkins
2da7442ae2
Bump SBT and GraalVM versions (#247) 2019-10-17 10:07:47 +01:00
Ara Adkins
eea14f313a
Update PULL_REQUEST_TEMPLATE.md (#240) 2019-10-14 11:19:37 +01:00
Ara Adkins
6c2d42d890 Add issue and PR templates
Original commit: 389062ec1a
2019-10-14 11:00:17 +01:00
Josef
c3ded49f62
Implement IDMap with Seq. (#211) 2019-10-10 08:59:08 +02:00
Josef
c973adfab8
Fix bug in text parsing (#236) 2019-10-08 13:26:32 +02:00
Wojciech Daniło
c279693279 Update README.md
Original commit: 568ad0b482
2019-10-08 06:00:00 +02:00
Wojciech Daniło
c32c22afbf Update README.md
Original commit: edb1f2f52c
2019-10-08 05:25:29 +02:00
Wojciech Daniło
6f228cda73 Update README.md
Original commit: b5c18ef0d7
2019-10-07 23:44:37 +02:00
Wojciech Daniło
fb7a430f7b Update README.md
Original commit: d4760ec516
2019-10-07 23:22:16 +02:00
Wojciech Daniło
cb12fb3f00 Update README.md
Original commit: b4e2a5db73
2019-10-07 23:10:09 +02:00
Wojciech Danilo
9d8b4fd502 Merge branch 'master' of github.com:luna/basegl
Original commit: ef679256df
2019-10-07 22:54:07 +02:00
Wojciech Danilo
c48b61e5ab Update readme.
Original commit: 083ee2b151
2019-10-07 22:53:53 +02:00
Wojciech Daniło
6248e63991 Update build.yml
Original commit: 5be879ff2d
2019-10-07 22:45:07 +02:00
Wojciech Daniło
3286eb3cf7 Update grcov.yml
Original commit: fdd44439ae
2019-10-07 22:43:56 +02:00
Wojciech Danilo
97f7b80fa7 Merge branch 'master' of github.com:luna/basegl
Original commit: 5918903a0d
2019-10-07 22:28:54 +02:00
Wojciech Danilo
ee8fc93f07 Adding tests, refactoring scripts.
Original commit: ad45bc5f17
2019-10-07 22:27:40 +02:00
Wojciech Daniło
e046e9c6f7 Update build.yml
Original commit: 8da2909aeb
2019-10-07 22:06:02 +02:00
Wojciech Daniło
ecde1bc976 Update build.yml
Original commit: 9b8a529793
2019-10-07 21:03:03 +02:00
Wojciech Daniło
4cc7695412 Update build.yml
Original commit: 2440f88c4a
2019-10-07 20:52:33 +02:00
Wojciech Danilo
cb5e6ce515 Merge branch 'master' of github.com:luna/basegl
Original commit: 5e433c8499
2019-10-07 20:33:31 +02:00
Wojciech Danilo
9e947eb8a0 Fixing warnings, refactoring
Original commit: ae77cfb98d
2019-10-07 20:33:09 +02:00
Wojciech Daniło
6c829d23bf Update README.md
Original commit: 3471dc8589
2019-10-07 20:01:12 +02:00
Wojciech Daniło
e1bfe81886 Update build.yml
Original commit: 6a044ef0b6
2019-10-07 19:36:42 +02:00
Wojciech Daniło
c520ec60da Update build.yml
Original commit: b0a6c89cf7
2019-10-07 19:16:09 +02:00
Wojciech Daniło
ad49d38c2b Update build.yml
Original commit: 6f73052d99
2019-10-07 19:04:43 +02:00
Wojciech Daniło
7da952348e Update build.yml
Original commit: beb2f41aeb
2019-10-07 19:03:52 +02:00
Wojciech Daniło
66e35ead0b Update build.yml
Original commit: 36ea46e5dd
2019-10-07 18:59:19 +02:00
Wojciech Daniło
1bd3eb1434 Update build.yml
Original commit: 97b4beaf2d
2019-10-07 18:38:15 +02:00
Wojciech Daniło
d18f517dd0 Update build.yml
Original commit: 52221059f9
2019-10-07 18:36:06 +02:00