Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

1777
LINES

< > BotCompany Repo | #1010087 // Speeding up "Super-Edgy" JavaX Translator (Extension of #7) 2

JavaX translator [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (13347L/95K/282K).

java.lang.RuntimeException: Unknown token 2: <: 
Warning: session_start(): open(/var/lib/php/sessions/sess_fo3is6sjem65m9t6d7rd5f4ir9, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
{"1000567":"isInteger","1000619":"get function","1000630":"call function(s) for reflective calls to objects\/classes","1000641":"toLinesFullTrim - trim all lines, drop empty ones, return as list of lines","1000644":"shorten function","1000658":"print function (=System.out.println + logging in memory)","1000659":"fail functions (improved)","1000688":"javaTok function - Java + JavaX tokenizer, but parses just about anything","1000709":"formatSnippetID functions","1000801":"now function","1000810":"join function + array version","1000811":"parseInt - returns 0 on \"\" or null","1000946":"getJavaX","1000997":"loadSnippet and dependencies (with (hopefully) better caching, current)","1001038":"last function (get last element of list or last character in string)","1001047":"litlist (literal list)","1001135":"isQuoted - now accurate by default","1001157":"allClasses [works on tokenization, also finds enum and interface and most JavaX constructs]","1001158":"clearAllTokens","1001162":"getClassDeclarationName (also works with interfaces and enums)","1001165":"findEndOfBracketPart","1001204":"findMainClass","1001235":"toStringArray","1001241":"concatLists","1001246":"parseLong","1001496":"class Matches","1001518":"l function (synonym of length), length of arrays, strings, lists, size of maps","1001598":"assertTrue - no longer accepts a function returning a boolean","1001634":"cloneList - now safely clones a synchroList (synchronizing on it)","1001641":"hasCodeTokens","1001642":"findTranslators - changes argument (removes translator invocations)","1001735":"unquote - opposite of quote. also takes single quoted strings","1001807":"saveMainJava (function)","1001818":"includeInMain","1001827":"containsToken - synonym of includesToken. We assume non-code-tokens never look like code tokens","1001828":"defaultTranslate","1001842":"match - synonym of match3","1001865":"neq function","1001878":"indexOf - fills various gaps in java.util.List API","1001885":"replaceKeywordBlock","1001892":"isIdentifier - synonym of isJavaIdentifier","1001927":"diff - get elements of one collection that are not in another collection (works on any collection type)","1001950":"toLines (function)","1001992":"str function (=String.valueOf + extensions)","1001996":"loadVariableDefinition - executes a variable definition from up-to-date source","1002048":"dropSuffix - note the (maybe) curious argument order","1002071":"trim function","1002073":"joinQuoted","1002108":"empty - extended synonym of isEmpty","1002110":"dropPrefix","1002118":"getBracketMap - uses curly and round brackets (also takes x-tok [token lists containing sublists])","1002133":"jreplace","1002135":"indexOfSubList","1002284":"splitAtJavaToken - synonym of splitByJavaToken","1002287":"lithashset","1002310":"subList function - use instead of List.subList","1002348":"nempty - not empty","1002380":"loadMainJava (current)","1002398":"fromLines (function) - appends \\n after last line too","1002425":"runTranslatorQuick","1002429":"jfind(s, pattern) - returns C index","1002453":"findEndOfStatement (broken version, use tok_findEndOfStatement instead)","1002637":"substring - exception-free (safe) version of String.substring","1002694":"identityHashCode","1002768":"findImports - use tok_findImports instead!","1002769":"includeInMainLoaded - now reToks","1002990":"contains - like Collection.contains, but allows a null collection and arrays. also for strings","1003268":"findFunctionInvocations - parse Java source for function invocations - removes \"please include function\" lines - TODO: type arguments","1003337":"javaDropComments - now complete - synonym of javaDropAllComments","1003363":"struct - short for structure","1003367":"reTok - javaTok in place","1003369":"replaceTokens (no reTok)","1003382":"ll - synonym of litlist (literal list)","1003478":"clearTokens - synonym of clearAllTokens","1003480":"innerClassesOfMain","1003481":"findInnerClassOfMain - by name","1003523":"scanOverExpression","1003598":"countChar - count occurrences of a character in a string","1003652":"eqOneOf - equals, multiple checks","1003807":"_get - (partial) synonym of get - when get clashes with another method","1003848":"replaceKeywordBlockDyn","1003852":"tok_addReturn - convert expression to return statement; if it's statements already, leave it alone","1003875":"loadSnippets v2 - fetch multiple snippets in one go - yes it uses POST (LIVE)","1003897":"printStruct - short for printStructure","1004045":"IndexedList2 - maintains only a multiset of all elements","1004051":"findFunctionDefs (finds static functions, LIVE in #759)","1004092":"tok_importedClassNames (just the names, not the packages)","1004162":"jfindAll","1004240":"tok_addSemicolon","1004582":"javaTokC - codeTokensOnly+javaTok","1004948":"jreplace1 - go through code just once","1005025":"splitJavaFiles - split a joined source into .java files","1005026":"processIncludes [old]","1005028":"jtok - customizable javaTok","1005380":"isSortedList","1005504":"allVarNames - find all variable\/field declarations in a block\/class","1005595":"quote - Java-compatible string quoting with \"\". now also escapes \\t","1006347":"tok_autoCloseBrackets","1006502":"tok_repeatWithSleep","1006511":"tok_p_repeatWithSleep","1006799":"classDeclarationNames","1006800":"rjfind - find last occurrence, returns C index","1007212":"startsWithLowerCaseOrUnderscore","1007325":"tokenIndexWithoutIfclass","1007768":"faster eq function (if you never compare a BigInt to an Int or Long), LIVE","1008640":"neqOneOf - doesn't equal one of","1008877":"eqGet - combines eq() and get()","1008892":"tokSet - set token in CNC (no reTok)","1008899":"replaceTokens_reTok","1008946":"sfu - synonym of structureForUser - structure() without too many back refs","1008954":"tok_singleQuoteIdentifiersToStringConstants","1008964":"tok_tokenBeforeLonelyReturnValue","1008965":"tok_autosemi","1009010":"replaceKeywordPlusQuotedBlock","1009082":"isBracketHygienic - synonym of testBracketHygiene","1009319":"joinSubList - join(subList(...)) - TODO: optimize","1009462":"jreplace_dyn","1009544":"setIntersection","1009545":"tok_hasClassRef2 - leaves out ifclass blocks","1009714":"tok_doAsMethodName - allow \"do\" as a method name (replace with \"dO\")","1010085":"reTok_modify - reTok and call function on modified part","1010086":"includeInMainLoaded_reTok","1012025":"tok_moveImportsUp using reTok_multi (LIVE)","1013657":"standardFunctions - synonym of standardFunctionNames - in declaration order","1025205":"makeVar - make anonymous variable (fairly dummy version, but works)","1025802":"findCodeTokens with IContentsIndexedList2 [OK]","1032847":"cacheGet - synonym of loadSnippet_cached (as in #759)","1034648":"structure function (v21, supporting enums, LIVE)","1036306":"tok_ifdef"} at main.fail(m1008705.java:1589) at main$jsonDecode_Y.fail_base(m1008705.java:14008) at main$jsonDecode_Y.fail(m1008705.java:14006) at main$jsonDecode_Y.parseExpr(m1008705.java:14058) at main$jsonDecode_Y.parse(m1008705.java:14012) at main.jsonDecode(m1008705.java:13990) at main.jsonDecodeMap(m1008705.java:12844) at main.getSnippetTitles(m1008705.java:10820) at main$JavaXHyperlinker.codeToHTML(m1008705.java:6209) at main.html2(m1008705.java:85) at main.html(m1008705.java:67) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.callOpt_withVarargs(m1008705.java:4387) at main.callOpt(m1008705.java:3326) at main.callHtmlMethod2(m1008705.java:11404) at main$MyHTTPD$1.get(m1008705.java:7337) at main$MyHTTPD$1.get(m1008705.java:1) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.safeCallF(m1008705.java:642) at main.callF(m1008705.java:611) at main$MyHTTPD.serve(m1008705.java:7373) at main$NanoHTTPD.serve_2(m1008705.java:9572) at main$NanoHTTPD.serve(m1008705.java:9553) at main$NanoHTTPD$HTTPSession.execute(m1008705.java:8453) at main$NanoHTTPD$ClientHandler.run(m1008705.java:7829) at java.base/java.lang.Thread.run(Thread.java:833)

Author comment

Began life as a copy of #759

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010087
Snippet name: Speeding up "Super-Edgy" JavaX Translator (Extension of #7) 2
Eternal ID of this version: #1010087/6
Text MD5: af00501583b5113ff05629bf1727db27
Transpilation MD5: 8ab7b47758cdbb74dba6bc142ea79705
Author: stefan
Category: javax
Type: JavaX translator
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-02 09:23:56
Source code size: 57308 bytes / 1777 lines
Pitched / IR pitched: No / No
Views / Downloads: 481 / 613
Version history: 5 change(s)
Referenced in: [show references]