Rev 4876 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4876 | Rev 4887 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | 'QUOTEMARKS' : {1: ' " '} |
3 | 'QUOTEMARKS' : {1: ' " '} |
4 | ,'COMMENT_SINGLE' : {1 : '\\'} |
4 | ,'COMMENT_SINGLE' : {1 : '\\'} |
5 | ,'COMMENT_MULTI' : {'/\*' : '\*/'} |
5 | ,'COMMENT_MULTI' : {'/\*' : '\*/'} |
6 | ,'KEYWORD_CASE_SENSITIVE' : true |
6 | ,'KEYWORD_CASE_SENSITIVE' : true |
7 | ,'KEYWORDS' : { |
7 | ,'KEYWORDS' : { |
8 | 'octstatement' : [ |
8 | 'octstatement' : ['function', 'break', 'case', 'catch', 'classdef', 'continue', 'else', 'elseif', 'end', 'for', 'function', 'global', 'if', 'otherwise', 'parfor', 'persistent', 'return', 'spmd', 'switch', 'try', 'while','error' , 'length' , 'size' , 'ones' , 'zeros' , 'rand' , |
- | 9 | 'log' , 'log2' , 'log10' , 'exp' , 'sqrt' , 'sin' , 'cos' , 'tan' , |
|
- | 10 | 'asin' , 'acos' , 'atan' , 'abs' , 'ceil' , 'floor' , 'round' , |
|
- | 11 | 'fix' , 'power' , 'atan2' , 'mod' , 'true' , 'false' , 'pi' , |
|
- | 12 | 'Inf' , 'NaN' , 'eye' , 'diag' , 'repmat' , 'reshape' , 'strvcat' , |
|
- | 13 | 'all' , 'any' , 'find' , 'linspace' , 'logspace' , 'mean' , 'sum' , 'max' , |
|
- | 14 | 'min' , 'ind2sub' , 'sub2ind' , 'fopen' , 'fclose' , 'fscanf' , 'fprintf' , |
|
- | 15 | 'fread' , 'fwrite' , 'disp' , 'input' ] |
|
9 | ,'octfunction' : ['betacdf', 'empirical_rnd', 'laplace_inv', 'stdnormal_cdf', 'betainv', 'expcdf', 'laplace_pdf', 'stdnormal_inv', 'betapdf', 'expinv', 'laplace_rnd', 'stdnormal_pdf', 'betarnd', 'exppdf', 'logistic_cdf', 'stdnormal_rnd', 'binocdf', 'exprnd', 'logistic_inv', 'tcdf', 'binoinv', 'binopdf', 'finv', 'logistic_rnd', 'tpdf', 'binornd', 'fpdf', 'logncdf', 'trnd', 'cauchy_cdf', 'frnd', 'logninv', 'unidcdf', 'cauchy_inv', 'gamcdf', 'lognpdf', 'unidinv', 'cauchy_pdf', 'gaminv', 'lognrnd', 'unidpdf', 'cauchy_rnd', 'gampdf', 'nbincdf', 'unidrnd', 'chi2cdf', 'gamrnd', 'nbininv', 'unifcdf', 'chi2inv', 'geocdf', 'nbinpdf', 'unifinv', 'chi2pdf', 'geoinv', 'nbinrnd', 'unifpdf', 'chi2rnd', 'geopdf', 'normcdf', 'unifrnd', 'discrete_cdf', 'geornd', 'norminv', 'wblcdf', 'discrete_inv', 'hygecdf', 'normpdf', 'wblinv', 'discrete_pdf', 'hygeinv', 'normrnd', 'wblpdf', 'discrete_rnd', 'hygepdf', 'poisscdf', 'wblrnd', 'empirical_cdf', 'hygernd', 'poissinv', 'wienrnd', 'empirical_inv', 'kolmogorov_smirnov_cdf', 'poisspdf', 'empirical_pdf', 'laplace_cdf', 'poissrnd'] |
16 | ,'octfunction' : ['betacdf', 'empirical_rnd', 'laplace_inv', 'stdnormal_cdf', 'betainv', 'expcdf', 'laplace_pdf', 'stdnormal_inv', 'betapdf', 'expinv', 'laplace_rnd', 'stdnormal_pdf', 'betarnd', 'exppdf', 'logistic_cdf', 'stdnormal_rnd', 'binocdf', 'exprnd', 'logistic_inv', 'tcdf', 'binoinv', 'binopdf', 'finv', 'logistic_rnd', 'tpdf', 'binornd', 'fpdf', 'logncdf', 'trnd', 'cauchy_cdf', 'frnd', 'logninv', 'unidcdf', 'cauchy_inv', 'gamcdf', 'lognpdf', 'unidinv', 'cauchy_pdf', 'gaminv', 'lognrnd', 'unidpdf', 'cauchy_rnd', 'gampdf', 'nbincdf', 'unidrnd', 'chi2cdf', 'gamrnd', 'nbininv', 'unifcdf', 'chi2inv', 'geocdf', 'nbinpdf', 'unifinv', 'chi2pdf', 'geoinv', 'nbinrnd', 'unifpdf', 'chi2rnd', 'geopdf', 'normcdf', 'unifrnd', 'discrete_cdf', 'geornd', 'norminv', 'wblcdf', 'discrete_inv', 'hygecdf', 'normpdf', 'wblinv', 'discrete_pdf', 'hygeinv', 'normrnd', 'wblpdf', 'discrete_rnd', 'hygepdf', 'poisscdf', 'wblrnd', 'empirical_cdf', 'hygernd', 'poissinv', 'wienrnd', 'empirical_inv', 'kolmogorov_smirnov_cdf', 'poisspdf', 'empirical_pdf', 'laplace_cdf', 'poissrnd'] |
10 | } |
17 | } |
11 | ,'OPERATORS' :[ |
18 | ,'OPERATORS' :[ |
12 | '*', '+', '-', '/', '^', ':=', '<', '=', '>' |
19 | '*', '+', '-', '/', '^', ':=', '<', '=', '>' |
13 | ] |
20 | ] |