openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

yacas.min.js (2515B)


      1 (function(e){if(typeof exports=="object"&&typeof module=="object")e(require("../../lib/codemirror"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],e);else e(CodeMirror)})(function(e){"use strict";e.defineMode("yacas",function(t,r){function p(e){var r={},n=e.split(" ");for(var t=0;t<n.length;++t)r[n[t]]=!0;return r};var a=p("Assert BackQuote D Defun Deriv For ForEach FromFile FromString Function Integrate InverseTaylor Limit LocalSymbols Macro MacroRule MacroRulePattern NIntegrate Rule RulePattern Subst TD TExplicitSum TSum Taylor Taylor1 Taylor2 Taylor3 ToFile ToStdout ToString TraceRule Until While"),u="(?:(?:\\.\\d+|\\d+\\.\\d*|\\d+)(?:[eE][+-]?\\d+)?)",n="(?:[a-zA-Z\\$'][a-zA-Z0-9\\$']*)",c=new RegExp(u),l=new RegExp(n),f=new RegExp(n+"?_"+n),s=new RegExp(n+"\\s*\\(");function i(e,t){var r;r=e.next();if(r==="\""){t.tokenize=m;return t.tokenize(e,t)};if(r==="/"){if(e.eat("*")){t.tokenize=d;return t.tokenize(e,t)};if(e.eat("/")){e.skipToEnd();return"comment"}};e.backUp(1);var i=e.match(/^(\w+)\s*\(/,!1);if(i!==null&&a.hasOwnProperty(i[1]))t.scopes.push("bodied");var n=o(t);if(n==="bodied"&&r==="[")t.scopes.pop();if(r==="["||r==="{"||r==="(")t.scopes.push(r);n=o(t);if(n==="["&&r==="]"||n==="{"&&r==="}"||n==="("&&r===")")t.scopes.pop();if(r===";"){while(n==="bodied"){t.scopes.pop();n=o(t)}};if(e.match(/\d+ *#/,!0,!1)){return"qualifier"};if(e.match(c,!0,!1)){return"number"};if(e.match(f,!0,!1)){return"variable-3"};if(e.match(/(?:\[|\]|{|}|\(|\))/,!0,!1)){return"bracket"};if(e.match(s,!0,!1)){e.backUp(1);return"variable"};if(e.match(l,!0,!1)){return"variable-2"};if(e.match(/(?:\\|\+|\-|\*|\/|,|;|\.|:|@|~|=|>|<|&|\||_|`|'|\^|\?|!|%|#)/,!0,!1)){return"operator"};return"error"};function m(e,t){var n,o=!1,r=!1;while((n=e.next())!=null){if(n==="\""&&!r){o=!0;break};r=!r&&n==="\\"};if(o&&!r){t.tokenize=i};return"string"};function d(e,t){var n,r;while((r=e.next())!=null){if(n==="*"&&r==="/"){t.tokenize=i;break};n=r};return"comment"};function o(e){var t=null;if(e.scopes.length>0)t=e.scopes[e.scopes.length-1];return t};return{startState:function(){return{tokenize:i,scopes:[]}},token:function(e,t){if(e.eatSpace())return null;return t.tokenize(e,t)},indent:function(r,n){if(r.tokenize!==i&&r.tokenize!==null)return e.Pass;var o=0;if(n==="]"||n==="];"||n==="}"||n==="};"||n===");")o=-1;return(r.scopes.length+o)*t.indentUnit},electricChars:"{}[]();",blockCommentStart:"/*",blockCommentEnd:"*/",lineComment:"//"}});e.defineMIME("text/x-yacas",{name:"yacas"})});