HomeSort by: relevance | last modified time | path
    Searched defs:ton (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
ton.tcl 2 # https://github.com/jorge-leon/ton
44 # leg20180331: ton / TON - Tcl Object Notation
46 # This package provides manipulation functionality for TON - a data
54 # Finally, TON can be converted into (unformatted) JSON.
56 namespace eval ton {
62 proc ton::json2ton json {
65 # return: TON
69 lassign [jscan $json $i] i ton
73 return $ton
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
ton.tcl 2 # https://github.com/jorge-leon/ton
44 # leg20180331: ton / TON - Tcl Object Notation
46 # This package provides manipulation functionality for TON - a data
54 # Finally, TON can be converted into (unformatted) JSON.
56 namespace eval ton {
62 proc ton::json2ton json {
65 # return: TON
69 lassign [jscan $json $i] i ton
73 return $ton
    [all...]

Completed in 55 milliseconds