onyx-lang / onyx

✨ The compiler and developer toolchain for Onyx
https://onyxlang.io
BSD 2-Clause "Simplified" License
570 stars 20 forks source link

Feature: Added diff for string #128

Closed DavidSatimeWallin closed 6 months ago

DavidSatimeWallin commented 6 months ago

Function to diff two strings.

The implementation could be done to present the diff in a better way. It's a basic diff function, but it does the job.