1
1
mirror of https://github.com/anoma/juvix.git synced 2025-01-07 16:22:14 +03:00
juvix/tests
Jan Mas Rovira c09d10db02
Improve parsing error for missing @ in named application (#3012)
- Closes #2796 

Example:
```
module NamedApplicationMissingAt;

type T := t;

fun (a : T)
 : T := t;

main : T := fun {a := t};
```

The error displays as:

![image](https://github.com/user-attachments/assets/e36232cb-9ec3-462c-8ee4-8332924b4b07)
2024-09-20 18:00:38 +01:00
..
Anoma/Compilation Monad and Applicative traits in juvix stdlib (#2979) 2024-08-30 15:07:29 +02:00
Asm Remove copy propagation from the native/WASM and Rust pipelines (#2846) 2024-06-20 12:44:15 +02:00
benchmark Merge if -> ite renaming from stdlib (#2869) 2024-07-02 10:03:06 +02:00
Casm The assert builtin (#3014) 2024-09-12 09:29:57 +02:00
Compilation Don't fold lets if the let-bound variable occurs under a lambda-abstraction (#3029) 2024-09-13 19:29:39 +02:00
Core Fix inference of let and letrec in core (#2953) 2024-08-14 15:15:49 +01:00
examplesExpected Add a test suite for milestone examples (#1920) 2023-03-24 13:16:26 +00:00
Internal Migrate old named application syntax (#2876) 2024-07-12 18:31:09 +02:00
negative Improve parsing error for missing @ in named application (#3012) 2024-09-20 18:00:38 +01:00
nockma/positive Fix bugs in the Nockma prettyprinter and parser (#2632) 2024-02-09 14:59:42 +01:00
positive Fix the location in the parser for .juvix.md (#3020) 2024-09-11 14:07:16 +02:00
Reg/positive Copy propagation in JuvixReg (#2828) 2024-06-18 21:38:02 +02:00
runtime/positive Add an if instruction to JuvixReg (#2855) 2024-06-26 19:08:33 +02:00
Rust/Compilation/positive Improve specialization optimization (#2944) 2024-08-14 10:04:30 +02:00
smoke Remove old named application syntax (#3026) 2024-09-12 19:27:29 +02:00
Tree Fix JuvixTree type unification (#2972) 2024-08-27 10:31:14 +02:00
VampIR Merge if -> ite renaming from stdlib (#2869) 2024-07-02 10:03:06 +02:00
WithoutPackageFile Fix #2510 (#2512) 2023-11-17 16:10:38 +01:00
.gitattributes Juvix C runtime (#1580) 2022-11-03 09:38:09 +01:00