{"id":13745297,"url":"https://github.com/aemoncannon/flyparse-mode","last_synced_at":"2026-01-24T17:30:33.592Z","repository":{"id":410436,"uuid":"29600","full_name":"aemoncannon/flyparse-mode","owner":"aemoncannon","description":"An emacs minor mode for parsing programming languages.","archived":false,"fork":false,"pushed_at":"2009-04-23T22:06:58.000Z","size":3036,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-04T05:06:04.993Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aemoncannon.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2008-06-28T21:50:46.000Z","updated_at":"2022-02-07T11:48:18.000Z","dependencies_parsed_at":"2022-07-06T01:32:27.537Z","dependency_job_id":null,"html_url":"https://github.com/aemoncannon/flyparse-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemoncannon%2Fflyparse-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemoncannon%2Fflyparse-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemoncannon%2Fflyparse-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aemoncannon%2Fflyparse-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aemoncannon","download_url":"https://codeload.github.com/aemoncannon/flyparse-mode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224819903,"owners_count":17375355,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T05:01:26.884Z","updated_at":"2026-01-24T17:30:33.575Z","avatar_url":"https://github.com/aemoncannon.png","language":"ActionScript","readme":"Flyparse-mode is an emacs minor-mode designed to support the creation of programming-language major-modes. Flyparse uses external parsers to generate s-expression ASTs for language files, as they are being edited. Language modes are then able to query these ASTs using a declarative search syntax.\n\nFeatures:\n\n* Pluggable architecture. It doesn't matter how you implement the parser, as long as it supports the flyparse protocol. \n\n* Simple and unobtrusive. Can be used to compliment an existing language mode. \n\n* Provides an intuitive query language for accessing the parse-trees. For example, to get a list of all javascript function names in a file, you might say: (flyparse-query-all '(\"PROGRAM\" \"FUNCTION_DECLARATION\" \"FUNCTION_NAME\" \"IDENT\")). \n\n* Supports cross-file queries; it's very simple to implement a 'jump to definition' helper (see the included AS3 helpers). \n\n* Provides helper functions to pretty-print a buffer's syntax tree or to overlay a shaded depth representation over the buffer (see images below). \n\n* Includes parsers for javascript, css and actionscript 3. \n\n* Allows for the creation of robust, readable language helpers. \n\n\n\nFlyparse-mode is Copyright (c) 2007 Aemon Cannon, aemoncannon -at- gmail -dot- com\n\nInspired by Pavel Kobyakov's flymake-mode\n\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n\n\n\nSee comments in flyparse-mode.el for installation and usage instructions.\n\n","funding_links":[],"categories":["Unsorted"],"sub_categories":["Other API"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faemoncannon%2Fflyparse-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faemoncannon%2Fflyparse-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faemoncannon%2Fflyparse-mode/lists"}