issues
search
camfort
/
fortran-src
Fortran parsing and static analysis infrastructure
https://hackage.haskell.org/package/fortran-src
Other
48
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fortran-src-0.16.3 testsuite failed on stackage nightly
#293
juhp
opened
1 month ago
2
Improve reporting, mostly around type information but also source spans
#292
dorchard
closed
1 month ago
0
Support GHC 9.8
#291
raehik
closed
2 months ago
0
Fix GHC 9.6 build
#290
raehik
closed
2 months ago
2
Store source names for declMaps in mod files
#289
dorchard
closed
1 month ago
1
Build a map (statefully) as we process declarations
#288
dorchard
closed
2 months ago
0
Allow a local path to be given to genUniqNameToFilenameMap
#287
dorchard
closed
2 months ago
0
Localise module maps
#286
dorchard
closed
2 months ago
1
Some helpers for working with constant expression evaluator
#285
dorchard
closed
2 months ago
0
Functionality to print a dependency list for a Fortran code base
#284
dorchard
closed
2 months ago
4
Derive `Ord` instance for all core AST types
#283
raehik
closed
2 months ago
3
Add Ord instances
#282
Boarders
closed
2 months ago
6
Failed to parse this statement: `write(6,'(10(e12.5,a))') ((array(i),' '), i=1,nb)`
#281
uNouss
opened
10 months ago
0
Use '.' to separate scope from variable name instead of '_'.
#280
dorchard
opened
1 year ago
1
Why is renaming under `Analysis` and not `Transformation`?
#279
dorchard
opened
1 year ago
1
DOUBLE COMPLEX is not understood, COMPLEX*16 works
#278
dmikushin
opened
1 year ago
0
Parsers likely contain list span mistakes
#277
raehik
opened
1 year ago
0
Fix data group and pointer span
#276
RaoulHC
closed
1 year ago
2
Pretty printer additions
#275
RaoulHC
closed
1 year ago
1
Postfix boz in free form lexer and generalised include inlining
#274
RaoulHC
closed
1 year ago
1
add Nix CI workflow; update Nix flake
#273
raehik
closed
1 year ago
0
release 0.15.1
#272
raehik
closed
1 year ago
0
Add short-circuit evaluation mode to expression evaluator
#271
raehik
opened
1 year ago
4
Assert that all `INT(boz, kind)` forms are evaluated properly
#270
raehik
opened
1 year ago
1
Generalise Rewriter to work for both fixed and free form code.
#269
RaoulHC
opened
1 year ago
0
F90/95 Parsing failure for functions that have their type spec use old style kinds
#268
RaoulHC
opened
1 year ago
0
F90 parsing failure for multiple comments in case constructs
#267
RaoulHC
opened
1 year ago
2
Maintenance handover
#266
raehik
opened
1 year ago
1
Fix Hackage CI run
#265
raehik
opened
1 year ago
1
bump to lts-20.01 (ghc 9.2)
#264
dorchard
closed
1 year ago
1
tweak evaluator, array dimensions for fortran-vars
#263
raehik
closed
1 year ago
0
Better represent Fortran array dimension bounds
#262
raehik
closed
1 year ago
3
provide extended evaluated array dimensions type
#261
raehik
closed
1 year ago
0
Assume extended `Fortran77Legacy` for `*.f`, `*.for` etc.
#260
raehik
closed
1 year ago
0
Parse `.f` files as lenient `Fortran77Legacy` by default
#259
raehik
closed
1 year ago
1
Unwanted characters received after parsing
#258
uNouss
closed
1 year ago
7
Loosen legacy restriction for inline comments
#257
RaoulHC
closed
1 year ago
4
Unable to parse a procedure containing comments in its parameter list
#256
uNouss
closed
1 year ago
7
Support Fortran 2003 `bind(c)`, `enum bind(c)`
#255
raehik
opened
1 year ago
0
Distinction between assumed-size and assumed-shape arrays
#254
RaoulHC
closed
1 year ago
11
replace Fortran type/value representation with non-GADTs; replace constant folder
#253
raehik
closed
1 year ago
3
Query about `-a` flag
#252
dorchard
opened
1 year ago
2
Fix reformatting of 73 character long lines
#251
ksromanov
closed
1 year ago
1
Option to run CPP with optional argument to pass command-line arguments
#250
mrd
closed
2 years ago
0
Interface specs interfering with intrinsic tag identification
#249
ccotter
opened
2 years ago
2
Line directive pragma handling in freeform lexer
#248
mrd
closed
2 years ago
0
Extraneous brackets cause parsing for arithmetic operator error
#246
RaoulHC
opened
2 years ago
5
Don't inline solo includes
#245
RaoulHC
closed
2 years ago
4
SemType: replace Dimension to support assumed-size
#244
raehik
closed
2 years ago
2
Add missing instances for ArgumentExpression; more common parser definitions
#243
raehik
closed
2 years ago
0
Next