Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lexer checklist #3

Open
6 of 13 tasks
MichaelHatherly opened this issue Oct 19, 2016 · 4 comments
Open
6 of 13 tasks

Lexer checklist #3

MichaelHatherly opened this issue Oct 19, 2016 · 4 comments

Comments

@MichaelHatherly
Copy link
Member

MichaelHatherly commented Oct 19, 2016

A list of lexers for different languages/filetypes that would be useful to have. For the most part this list should be based on what other source code highlighters (Pygments, Rouge, etc.) have implemented.

  • Julia.
  • Julia Console, i.e. jlcon.
  • Python.
  • C and C++.
  • Scheme, Common Lisp, Clojure, etc.
  • MATLAB.
  • Fortran.
  • R.
  • TOML.
  • Bash, Shell scripts, etc.
  • LLVM IR
  • ASM
  • hundreds of others...
@tkf
Copy link

tkf commented Aug 1, 2019

It would be nice to add LLVM IR and ASM here. See JuliaDebug/Cthulhu.jl#44

@miguelraz
Copy link

miguelraz commented Feb 3, 2022

I'm adding a bump for tkf's request here and an additional petition for ptx, of which there is already a Pygments port in GPUCompiler.

If someone is willing to handhold me with a ptx PR I'll get around to it.

@MichaelHatherly
Copy link
Member Author

If someone is willing to handhold me with a ptx PR I'll get around to it.

Just ping me when you have any questions. I've not looked at the codebase in a while, but shouldn't be too hard to get reacquainted with it.

@Ellipse0934
Copy link

I was doing the PR on PTX highlighting for GPUCompiler but I suppose this is the natural place to implement first. I will file a PR shortly. The pygments source for highlighting ptx isn't great imo and a specific highlighter should do a better job. I'll file a PR shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants