index
:
pry-lang
this commit
import
logo
master
Simple self-hosted low level programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tokenizer.zig
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Feature: Add char type and support underlying pointer values
Baitinq
2025-04-06
1
-0
/
+38
*
Tokenizer: Support newlines and tabs for strings
Baitinq
2025-03-26
1
-4
/
+22
*
Feature: Add support for strings
Baitinq
2025-03-24
1
-5
/
+42
*
Parser: Fix ambiguity with symbol declaration
Baitinq
2025-03-23
1
-0
/
+2
*
Feature: Add support for mod operator
Baitinq
2025-03-09
1
-0
/
+2
*
Feature: Add support for GT and LT operators
Baitinq
2025-03-08
1
-0
/
+4
*
Codegen: start supporting types for function params
Baitinq
2025-02-15
1
-0
/
+2
*
Tokenizer: Add initial version of location computation
Baitinq
2025-01-23
1
-4
/
+27
*
Tokenizer: Fix bug with offset incrementing
Baitinq
2025-01-23
1
-28
/
+24
*
Tokenizer: Improve Token type
Baitinq
2025-01-22
1
-54
/
+47
*
Feature: Add support for division and multiplication
Baitinq
2025-01-22
1
-0
/
+6
*
Feature: Add support for while statements
Baitinq
2025-01-21
1
-6
/
+9
*
Tokenizer: Rename NOT token to BANG
Baitinq
2025-01-21
1
-3
/
+3
*
Feature: Add support for NOT unary expression
Baitinq
2025-01-21
1
-0
/
+3
*
Feature: Add support for boolean values
Baitinq
2025-01-19
1
-0
/
+4
*
Feature: Add support for substraction
Baitinq
2025-01-18
1
-0
/
+3
*
Feature: Add basic support for if statements
Baitinq
2025-01-18
1
-0
/
+3
*
Tokenizer: Fix comment skipping
Baitinq
2025-01-18
1
-0
/
+1
*
Misc: Implement print function as "native" function
Baitinq
2025-01-18
1
-3
/
+0
*
Lang: Start introducing support for function arguments
Baitinq
2025-01-18
1
-0
/
+3
*
Tokenizer: Add support for comments
Baitinq
2025-01-16
1
-0
/
+9
*
Tokenizer: Add suport for underscores in identifier parsing
Baitinq
2025-01-13
1
-1
/
+1
*
Tokenizer: Add support for tokenizing functions
Baitinq
2025-01-13
1
-1
/
+19
*
Implement "return"
Baitinq
2025-01-12
1
-0
/
+3
*
Add support for sum operator
Baitinq
2025-01-12
1
-32
/
+35
*
Tokenizer: Fix tokenizer invalid strings
Baitinq
2025-01-12
1
-2
/
+7
*
Misc: Improve error messages and add todos
Baitinq
2025-01-12
1
-1
/
+0
*
Tokenizer: Improve tests
Baitinq
2025-01-11
1
-24
/
+45
*
Tokenizer: Fix parsing end-of-buf strings
Baitinq
2025-01-10
1
-0
/
+2
*
Parser: Implement print statement parsing properly and cleanup
Baitinq
2025-01-07
1
-1
/
+1
*
Implement basic tokenizer
Baitinq
2025-01-06
1
-10
/
+46
*
Add tokenizer test
Baitinq
2025-01-06
1
-3
/
+64
*
File reading
Baitinq
2025-01-05
1
-0
/
+16