Added new built in functions and constant
Pre-release
Pre-release
Release notes
- Add support for recursive function call
- Some errors are now more descriptive
- Fixed a bug where module was imported partially
- Fixed a bug where line number in error would be wrong during parsing
- Fixed a bug in _দেখাও statement when printing string
- Fixed some bugs in Pakhi runner
- Added new docs and example program
- Added 17 new built-in functions and 1 new built-in constant
New builtin functions and constants list
- _ডাইরেক্টরি
- _রিড-লাইন()
- _স্ট্রিং(মান)
- _সংখ্যা(মান)
- _লিস্ট-পুশ(লিস্ট, মান)
- _লিস্ট-পুশ(লিস্ট, ইন্ডেক্স, মান)
- _লিস্ট-পপ(লিস্ট)
- _লিস্ট-পপ(লিস্ট, ইন্ডেক্স)
- _লিস্ট-লেন(লিস্ট)
- _এরর("এরর মেসেজ")
- _স্ট্রিং-স্প্লিট(string, split-by)
- _স্ট্রিং-জয়েন(list-of-string, join-by)
- _টাইপ(value)
- _রিড-ফাইল("ফাইল-প্যাথ")
- _রাইট-ফাইল("ফাইল-প্যাথ", "কন্টেন্ট")
- _ডিলিট-ফাইল("ফাইল-প্যাথ", "কন্টেন্ট")
- _নতুন-ডাইরেক্টরি("ডাইরেক্টরি-প্যাথ")
- _রিড-ডাইরেক্টরি("ডাইরেক্টরি-প্যাথ")
- _ডিলিট-ডাইরেক্টরি("ডাইরেক্টরি-প্যাথ")
- _ফাইল-নাকি-ডাইরেক্টরি("প্যাথ")