{"id":20017269,"url":"https://github.com/jig/scanner","last_synced_at":"2026-06-08T12:32:45.559Z","repository":{"id":59043256,"uuid":"527260213","full_name":"jig/scanner","owner":"jig","description":"Lisp source code scanner","archived":false,"fork":false,"pushed_at":"2022-08-27T08:45:53.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T16:27:15.151Z","etag":null,"topics":["go","golang","lisp","tinygo"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-21T16:19:01.000Z","updated_at":"2022-08-26T19:28:25.000Z","dependencies_parsed_at":"2022-09-11T04:40:19.101Z","dependency_job_id":null,"html_url":"https://github.com/jig/scanner","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jig/scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jig%2Fscanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jig%2Fscanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jig%2Fscanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jig%2Fscanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jig","download_url":"https://codeload.github.com/jig/scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jig%2Fscanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34063150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["go","golang","lisp","tinygo"],"created_at":"2024-11-13T08:15:26.466Z","updated_at":"2026-06-08T12:32:45.540Z","avatar_url":"https://github.com/jig.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jig/scanner\n\nLisp lexer (scanner) implemented in GO used by [`jig/lisp`](https://github.com/jig/lisp) and [`jig/tinylisp`](https://github.com/jig/tinylisp)\n\nCode adapted from the Go `text/scanner` standard package, and mostly compatible with it (beside the fact this is for Lisp and that is for Go syntax).\n\nMajor differences:\n- identifier allowed characters is more expansive than Go is (e.g. `+`, `-`, `*host-name*`, or `\u003c=` are valid identifiers)\n- negative integers or negative floats are supported as a single token (of type `Int` or `Float` respectively)\n- character tokens are not supported anymore (e.g. `'A'`) as `'` is used as synonym of `quote`\n- parsing errors are not printed to `os.Stdout` by default\n- raw strings in `jig/lisp` are quoted with `¬` character (instead of `` ` ``) as `` ` `` is used as synonym of `quasiquote`. Raw strings might include `¬` by doublind them `¬¬`\n- `#{` is specially handled to support Lisp set literals\n- `~`, `@` and `~@` are specially handled to support them as synonyms of `unquote`, `deref` and `splice-unquote` respectively\n- support of Lisp keywords (e.g. `:key`) as a single token of type `Keyword`\n\n# Documentation\n\nSee [pkg.go.dev/jig/scanner](https://pkg.go.dev/github.com/jig/scanner)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjig%2Fscanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjig%2Fscanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjig%2Fscanner/lists"}