implementation: started transpiler section
Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run

This commit is contained in:
2025-05-03 12:25:34 +02:00
parent e8e457eae9
commit 18d89e27ca
4 changed files with 68 additions and 13 deletions

View File

@ -135,6 +135,27 @@ keepspaces=true,%
#1}}%
{}
% Language Definition and Code Environment for Julia
\lstdefinelanguage{Julia}{
alsoletter={.},
keywords={if, for, continue, break, end, else, true, false, @cuda},
keywordstyle=\color{blue},
sensitive=true,
morestring=[b]",
morestring=[d]',
morecomment=[l]{\#},
commentstyle=\color{gray},
stringstyle=\color{brown}
}
\lstnewenvironment{JuliaCode}[1][]
{\lstset{%
language=Julia,
escapeinside={/+}{+/}, % makes "/+" and "+/" available for Latex escapes (labels etc.)
#1}}%
{}
% Code Enivornmente for Generic Code
\lstnewenvironment{GenericCode}[1][]