1c7/the-super-tiny-compiler — 66★ trên GitHub (JavaScript). :snowman: 可能是你见过最小的编译器 ( I just translate origin repo comment from English --> Chinese, help other people understand this compiler)
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
token 的英文意思:
A programming token is the basic component of source code . Character s are categorized as one of five classes of tokens that describe their functions (constants, identifiers, operators, reserved words, and separators) in accordance with the rules of the programming language.
简单说就是源代码里的基础块(basic component), 不可继续分割
var a = 42;
var 是一个 token
a 是一个 token
= 是一个 token
42 是一个 token
; 是一个 token
1c7/the-super-tiny-compiler có 66 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/1c7/the-super-tiny-compiler. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
1c7/the-super-tiny-compiler có phải mã nguồn mở không?
Có — 1c7/the-super-tiny-compiler phát hành theo license CC-BY-4.0, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/1c7/the-super-tiny-compiler.
1c7/the-super-tiny-compiler còn đang phát triển không?
Commit gần nhất trên 1c7/the-super-tiny-compiler là 9.2 năm trước (theo timestamp GitHub). Repo có 11 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
1c7/the-super-tiny-compiler là gì?
1c7/the-super-tiny-compiler (1c7/the-super-tiny-compiler) là dự án JavaScript trên GitHub. Theo mô tả gốc: :snowman: 可能是你见过最小的编译器 ( I just translate origin repo comment from English --> Chinese, help other people understand this compiler)
Đọc thêm về 1c7/the-super-tiny-compiler ở đâu?
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/1c7/the-super-tiny-compiler là nguồn chính thức.
Đọc đầy đủ README ở tab phía trên.
Muốn nghe thêm một ý kiến về the-super-tiny-compiler?
Hỏi một AI đọc được trang này — một cú bấm là có ngay nhận định về the-super-tiny-compiler.