AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.75k stars 1.02k forks source link

Jai Language Support #707

Closed Byteron closed 1 year ago

Byteron commented 1 year ago

Name: Jai Extension: .jai Line Comments: // comment goes here Block Comments:

/* 
    comment goes here
    can have multiple lines
*/

and here's some sample code: https://github.com/Byteron/arrow-jai/blob/master/src/main.jai