Jacob Williams

Results 69 comments of Jacob Williams

Awesome! Yes, I think it would work for arrays of arrays if done right. Note: I added (#414) more versions of gfortran to the travis tests. So we can test...

One possible approach: is it possible to convert the `json_value` linked list into a `bind(c)` compatible structure?

It could be something easy like: ``` extra_filetypes: inc ! FortranLexer ``` (i.e. specify the lexer name from [pygments.lexers](http://pygments.org/docs/lexers/)), then we can just update [L2065](https://github.com/cmacmackin/ford/blob/935da181a371649f6524c5e4107debdf1d8ceb92/ford/sourceform.py#L2065) in sourceform.py to call that...

Note: I did a simple implementation of this approach [here](https://github.com/jacobwilliams/ford/commit/be441d90c715311069b84c20f505a03c4bbd5e6a) if you are interested.

FYI: For some reason, it doesn't work for me anymore. Maybe they changed something in pygments? This fixes it for me at least: https://github.com/jacobwilliams/ford/commit/0dce0abed905e20ddcee533d52cf6bb0a71c6f3f But i'm using Python 3.6.4, so...

Yes that works great, and you use just use 'fortran' rather than 'FortranLexer': https://github.com/jacobwilliams/ford/commit/4ba9c62d3e31c9428e546e950383cf93638dd8e0

Ideally, we could specify the display behavior for the source (wrap, no wrap, field width, etc.)

See also: https://fortran-lang.discourse.group/t/speed-of-atoi-and-atof-vs-internal-read/3375

Yep, I can work up an example for you when I get a chance. The documentation does need to be improved. See also #233. Note: you could also look at...