Commit Graph

6509 Commits

Author SHA1 Message Date
Robin Heggelund Hansen
ad51fceb36
always no longer exists. 2024-06-04 19:14:37 +02:00
Robin Heggelund Hansen
a5eb75a5de
Minor stylistic change. 2024-06-03 21:03:02 +02:00
Robin Heggelund Hansen
0d3300941d
Calculate correct, platform-specific path to cached gren binary. 2024-06-03 21:00:57 +02:00
Robin Heggelund Hansen
e175ac9d4f
Pass arguments on to compiler if it exists locally. 2024-06-02 22:24:59 +02:00
Robin Heggelund Hansen
9611b13d57
Setup hello world gren project. 2024-06-02 20:57:15 +02:00
Robin Heggelund Hansen
726ee7c036
Update CI config. 2024-06-02 20:27:09 +02:00
Robin Heggelund Hansen
737e840054
Merge pull request #243 from CharlonTank/main
Fix the compiler issues reporting link
2024-04-27 10:23:41 +02:00
Charlon
c589c310f1 Fix the compiler issues reporting link 2024-04-27 15:04:56 +07:00
Robin Heggelund Hansen
80b57e6236
Merge pull request #232 from Gauteab/no-multiline-string-without-newline
No multiline string without newline
2023-10-26 10:19:04 +02:00
Gaute Berge
acb93f0bf4 remove unused imports 2023-10-26 10:06:01 +02:00
Gaute Berge
9ba7e7c9d4 fix unused arguments 2023-10-26 10:03:42 +02:00
Gaute Berge
68fd3f1f39 typo: *LEADING* NEWLINE 2023-10-26 09:21:49 +02:00
Gaute Berge
dda71684bb test for dissalow multiline string without newline 2023-10-25 15:41:53 +02:00
Gaute Berge
a8514bd7d7 reuse valid multiline string example 2023-10-25 14:29:32 +02:00
Gaute Berge
51daca3161 disallow multiline strings that do not start with newline 2023-10-25 14:26:54 +02:00
Robin Heggelund Hansen
6955083a8a
Merge pull request #231 from revathskumar/hint-links
fix: hint links
2023-10-04 12:33:35 +02:00
Revath S Kumar
e777f77fa4
fix: hint links
hint links points directly to github file
2023-10-03 21:56:26 +02:00
Robin Heggelund Hansen
58ba88c002
Merge pull request #227 from gren-lang/fix-parser-for-non-ascii-variable-names
Fix parser for non ascii variable names
2023-09-21 14:06:41 +02:00
Robin Heggelund Hansen
eef4159cc5
Don't use OverloadedStrings as test data. Tests now pass. 2023-09-21 13:55:38 +02:00
Robin Heggelund Hansen
c503f048f3
Fix formatting. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
f2d41076c1
Add failing test 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
e63a7d726e
Progress. Can parse a value name containing a non-ascii character, but it cannot start with one. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
0517d24b1e
Reproduce bug in test. 2023-09-21 11:45:11 +02:00
Robin Heggelund Hansen
9f055d9727
Format with latest ormolu. 2023-09-21 11:44:58 +02:00
Robin Heggelund Hansen
d72f2a8a65
Bump GHC 2023-09-21 11:44:29 +02:00
Robin Heggelund Hansen
3fbf73578d
Format with latest ormolu. 2023-09-21 11:23:09 +02:00
Robin Heggelund Hansen
a43cd2ed79
Merge pull request #217 from Gauteab/add-yes-options-in-cli
Add --yes option to more cli commands
2023-08-30 16:44:37 +02:00
gauteab
f11d06ba5e formatting with newest ormolu 2023-08-30 16:28:08 +02:00
gauteab
bc2f6b44cc Add --yes option to more cli commands that presents the user with a choice 2023-08-30 15:04:14 +02:00
Robin Heggelund Hansen
67c1d66698
Merge pull request #216 from Gauteab/support-no-color
Disable ansi printing when NO_COLOR is set
2023-08-30 14:59:15 +02:00
gauteab
325706e814 disable ansi printing when NO_COLOR is set 2023-08-30 14:26:46 +02:00
Robin Heggelund Hansen
da442b0e55
Merge pull request #215 from gren-lang/bump-ghc
Update GHC
2023-08-21 12:07:07 +02:00
Robin Heggelund Hansen
995270d389
Update GHC 2023-08-20 21:59:41 +02:00
Robin Heggelund Hansen
7f7dbd1db2
Merge pull request #211 from blaix/kernel-object-properties-docs
Add docs for kernel object properties and optimize
2023-06-26 08:19:07 +02:00
Justin Blake
ad8f817f5a Add docs for kernel object properties and optimize 2023-06-24 06:57:00 -04:00
Robin Heggelund Hansen
35f29cc537
Bump version to 0.3.0 2023-06-13 21:02:25 +02:00
Robin Heggelund Hansen
a611b0d569
Update roadmap. 2023-06-13 21:02:10 +02:00
Robin Heggelund Hansen
8c0825115e
Merge pull request #205 from gren-lang/source-maps
Source maps
2023-06-13 06:09:45 +02:00
Robin Heggelund Hansen
340ed078db
Merge pull request #206 from gren-lang/bump-ghc
Bump GHC to 9.4.5
2023-06-13 06:09:36 +02:00
Robin Heggelund Hansen
cb282a6efe
Bump GHC to 9.4.5 2023-06-13 00:32:33 +02:00
Robin Heggelund Hansen
8849d011de
Be consistent on ordering of positions and moduleNames. 2023-06-13 00:20:55 +02:00
Robin Heggelund Hansen
f90d90924b
Track vars and function names. 2023-06-13 00:12:41 +02:00
Robin Heggelund Hansen
4aea94db39
Track more refs. 2023-06-12 23:43:44 +02:00
Robin Heggelund Hansen
8c04d28357
Fix bug where not all function calls were tracked in source maps. 2023-06-12 23:31:44 +02:00
Robin Heggelund Hansen
f597a522b9
Track function arguments. 2023-06-12 23:10:49 +02:00
Robin Heggelund Hansen
385425ca9f
Fix problem where core functions weren't added to the source map. 2023-06-07 19:58:21 +02:00
Robin Heggelund Hansen
77bbfdb907
Add sourcemaps for records. 2023-06-07 19:17:35 +02:00
Robin Heggelund Hansen
d0a394f289
Add sourcemaps for arrays. 2023-06-07 13:52:49 +02:00
Robin Heggelund Hansen
09cb1b7d00
Add sourcemaps for literals. 2023-06-07 13:28:27 +02:00
Robin Heggelund Hansen
d47987a920
Add sourcemaps for record access patterns. 2023-06-07 12:53:47 +02:00