並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 3 件 / 3件

新着順 人気順

abstract-syntax-treeの検索結果1 - 3 件 / 3件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

abstract-syntax-treeに関するエントリは3件あります。 libraryalgorithmProgramming などが関連タグです。 人気エントリには 『The life and times of an Abstract Syntax Tree』などがあります。
  • The life and times of an Abstract Syntax Tree

    You’ve reached computer programming nirvana. Your journey has led you down many paths, including believing that God wrote the universe in LISP, but now the truth is clear in your mind: every problem can be solved by writing one more compiler. It’s true. Even our soon-to-be artificially intelligent overlords are nothing but compilers, just as the legends foretold. That smart contract you’ve been wr

      The life and times of an Abstract Syntax Tree
    • GitHub - geut/jsdast: JSDoc Abstract Syntax Tree

      const unified = require('unified') const { parser } = require('@geut/jsdast') const tree = unified().use(parser).parse(` /** * @param {number} a * @param {number} b * @returns {number} */ function sum(a, b) { return a + b } `) console.log(JSON.stringify(tree, null, 2)) /* { "type": "Root", "children": [ { "type": "Module", "name": "Index", "doc": { "description": "", "tags": [] }, "children": [ {

        GitHub - geut/jsdast: JSDoc Abstract Syntax Tree
      • Abstract Syntax Tree for Patching Code and Assessing Code Quality

        Soroco’s Film, a state-of-the-art image storage system, is a landmark rethinking of the storage stack for modern computer vision, machine learning, and web serving workloads achieving out of the box measured 12x storage savings on big data image data sets and 100x potential with optimization.

          Abstract Syntax Tree for Patching Code and Assessing Code Quality
        1

        新着記事