mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
Start supporting numbers and strings
This commit is contained in:
7
src/comment.go
Normal file
7
src/comment.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
var commentCompile = makeRegex("( *)//.*")
|
||||
|
||||
func isComment(code UNPARSEcode) bool {
|
||||
return commentCompile.MatchString(code.code)
|
||||
}
|
||||
Reference in New Issue
Block a user