about summary refs log tree commit diff
path: root/executor.c
AgeCommit message (Collapse)Author
2025-03-31Add asserts for * and ~Nakidai
2025-03-31Some style improvments v1.3.1Nakidai
- Rename readfile to allocfile (as it actually contains cccl_allocfile function) - Add cccl_ prefix for functions defined in str.c
2025-03-31Move line outsideNakidai
2025-03-31Fix infinite loop bugNakidai
When *infinite* loop is called, there's an UB when accessing *p that points to n that was valid only inside the if block
2025-03-26Allow EOFNakidai
2025-03-26Make dump more flexible for streamsNakidai
2025-03-26Fix REPEAT loop v1.2Nakidai
Well, maybe passthrough by default is not that good...
2025-03-26Make number of REPEAT iterations staticNakidai
2025-03-26Fix infinite loopNakidai
2025-03-25Add some cool featuresNakidai
- I absolutely forgot about # and :, but now fortunately it's a fixed problem - Add -d flag so 3cl will dump its state after executing
2025-03-25Implement all instructionsNakidai
Something doesn't work, though
2025-03-25Add almost done executorNakidai