This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/examplefiles/scilab/bench_chol.tst.output
Max Horn f4976545a1
Add GAP console session mode (#2211)
* Add GAP console session mode

This is also appropriate for GAP .tst files.

Add `analyse_text` methods for `ScilabLexer` and `GAPConsoleLexer` to
distinguish Scilab and GAP .tst files

* Use explicit name for 'keepends' argument to splitlines
2022-08-19 22:19:14 +02:00

95 lines
2.6 KiB
Text
Generated

'// =============================================================================' Comment.Single
'\n' Text.Whitespace
'// Scilab ( http://www.scilab.org/ ) - This file is part of Scilab' Comment.Single
'\n' Text.Whitespace
'// Copyright (C) 2007-2008 - INRIA' Comment.Single
'\n' Text.Whitespace
'//' Comment.Single
'\n' Text.Whitespace
'// This file is distributed under the same license as the Scilab package.' Comment.Single
'\n' Text.Whitespace
'// =============================================================================' Comment.Single
'\n\n' Text.Whitespace
'//==============================================================================' Comment.Single
'\n' Text.Whitespace
'// Benchmark for chol function' Comment.Single
'\n' Text.Whitespace
'//==============================================================================' Comment.Single
'\n\n' Text.Whitespace
'// <-- BENCH NB RUN : 10 -->' Comment.Single
'\n\n' Text.Whitespace
'stacksize' Name.Builtin
'(' Punctuation
'30000000' Literal.Number.Integer
');' Punctuation
'\n\n' Text.Whitespace
'a' Name
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'0' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'b' Name
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'0' Literal.Number.Integer
';' Punctuation
'\n' Text.Whitespace
'a' Name
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'rand' Name.Builtin
'(' Punctuation
'900' Literal.Number.Integer
',' Punctuation
' ' Text.Whitespace
'900' Literal.Number.Integer
',' Punctuation
' ' Text.Whitespace
"'" Literal.String
"n'" Literal.String
');' Punctuation
'\n' Text.Whitespace
'a' Name
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'a' Name
"'" Operator
'*' Operator
'a' Name
';' Punctuation
'\n\n' Text.Whitespace
'// <-- BENCH START -->' Comment.Single
'\n' Text.Whitespace
'b' Name
' ' Text.Whitespace
'=' Punctuation
' ' Text.Whitespace
'chol' Name.Builtin
'(' Punctuation
'a' Name
');' Punctuation
'\n' Text.Whitespace
'// <-- BENCH END -->' Comment.Single
'\n' Text.Whitespace