Ezhil-Language-Foundation / Ezhil-Lang

எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணிப்பொறி நிரல் ஏழுத உதவும் (Ezhil, is a fun Tamil programming language for K-12).
http://ezhillang.org/
GNU General Public License v3.0
172 stars 47 forks source link

Load definitions from Ezhil file/module 'loadfile' - #62

Open arcturusannamalai opened 9 years ago

arcturusannamalai commented 9 years ago

Load ezhil code from file using 'loadfile' function.

This task involves writing a builtin function xalled loadfile (Just like "import" in Python)..

This may be used in conjunction with eval(). (both of these are not part of Ezhil as of writing).

The function will load the contents of a file into the current interpreter state.