-
My organization utilizes COBOL and we've recently started using GitHub Enterprise. I met with @mcolyer to discuss some of our challenges and he recommended filing an issue with this project to get thi…
-
The following source shows the issue
```cobol
IDENTIFICATION DIVISION.
PROGRAM-ID. testprog.
AUTHOR. tester.
DATA DIVISION.
```
`DATA DIVISION` is highlighted as…
-
The language consultants/advisers
======================================================
* SystemVerilog
- @antoinemadec
* JavaScript
- @tristanHessell
* Vim (script)
- @lacygoil…
-
When converting a Variable Block format EBCDIC file, I got the error "The length of BDW block is too big", tried with following option but still getting same error.
dataframe = spark.read.format("c…
-
I have an input description that contains lines like the following:
```
05 HOR-ACCURACY-CHARGE PIC S9(08)V99 SIGN LEADING SEPARATE.
```
I haven't used the format before, but have done som…
-
Requested:
- [x] Vue
- [ ] HCL
- [ ] R
- [ ] Ini
- [x] Dart
- [ ] Properties
- [ ] Scala
- [ ] Liquid
- [ ] reStructuredText
- [x] PowerShell
- [x] Diff
- [x] TOML
- [x] Golang
- [x] R…
-
I cloned this project on a PC running Windows 10 and proceded to execute `mvn package` with
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\opt\apache-maven-3.…
-
Handling comments inside my grammar has been such a performance drag that I decided to strip them in a preprocessing step (I have `/* nested /* comments */*/`). There's a method called `_preprocess` i…
-
## Background [Optional]
Hi,
in our case one file contains several codepages. Different lines are encoded with different code pages. There is a column that acts like a country_code, and it is bas…
-
I've tried to "break" the extension by different means.
1st: bad code + run --> result: compile messages in Debug Console; source links can be followed, all fine (ideally: auto-activate the debug c…