This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const _ = require('lodash'); | |
const ndetypes = require(`./src/node-types.json`); | |
let symtbl = new Set() | |
let fldtbl = new Set() | |
let cde_astfwds = ""; | |
let cde_astdefs = ""; | |
let cde_astdcl = String.raw` | |
struct TlvBase_cst : public CSTNode_o { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010"> | |
<Type Name="robin_hood::detail::Table<*,*,*,*,*,*>"> | |
<!-- | |
$T1 = bool IsFlat | |
$T2 = size_t MaxLoadFactor100 | |
$T3 = typename Key | |
$T4 = typename T | |
$T5 = typename Hash | |
$T6 = typename KeyEqual |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
OlderNewer