Commit Graph

289 Commits

Author SHA1 Message Date
Thakee Nathees
7ea8df652c language name changed to pocketlang 2021-05-08 16:24:07 +05:30
Thakee Nathees
ece8cf06a8
Merge pull request #10 from ThakeeNathees/import-refactor
Import refactor
2021-05-07 17:55:28 +05:30
Thakee Nathees
58849ab1c3 null path bug (from last commit) fixed 2021-05-07 16:04:15 +05:30
Thakee Nathees
3e5f9553cb import system backend refactored 2021-05-07 12:51:34 +05:30
Thakee Nathees
e613203cca import statement refactor 2021-05-06 19:49:30 +05:30
Thakee Nathees
0db6cf9780 Merge pull request #9 from ThakeeNathees/map-literal
map literal and subscription operation implemented
2021-05-06 14:20:56 +05:30
Thakee Nathees
414bb43012 map literal and subscription operation implemented 2021-05-06 10:30:02 +05:30
Thakee Nathees
f44cca0dd2
Merge pull request #8 from ThakeeNathees/name-buffer-refactor
Name buffer refactor
2021-05-05 12:00:16 +05:30
Thakee Nathees
a33750f26f script name buffer refactored
- name table removed completely
2021-05-05 11:48:22 +05:30
Thakee Nathees
6e5d2e06b5 initial buffer refactor commit 2021-05-05 10:25:27 +05:30
Thakee Nathees
46a3b68932
Merge pull request #7 from ThakeeNathees/map-implementation
open addressing and linear probing map implementation.
2021-05-04 15:55:31 +05:30
Thakee Nathees
e382a0430c map methods implemented 2021-05-04 15:54:26 +05:30
Thakee Nathees
f61c7bfa68 value hash implemented 2021-05-03 18:39:23 +05:30
Thakee Nathees
ae53d365e5
Merge pull request #6 from ThakeeNathees/garbage-collection-2
Reachability analysis implemented
2021-05-02 16:37:10 +05:30
Thakee Nathees
d901b7fc7e reachability analysis implemented 2021-05-01 15:43:39 +05:30
Thakee Nathees
8f52c6d54e
Merge pull request #5 from ThakeeNathees/string-format
string format method implemented
2021-04-29 20:50:38 +05:30
Thakee Nathees
8a438b4f7e string format method implemented 2021-04-28 19:26:56 +05:30
Thakee Nathees
df39d71cf1
Merge pull request #4 from ThakeeNathees/garbage-collector
garbage collection root marking implementation.
2021-04-27 11:25:04 +05:30
Thakee Nathees
bd4642be70 early root marking implemented 2021-04-27 11:19:38 +05:30
Thakee Nathees
34716b4f6b garbage collection implementations. 2021-04-25 20:49:39 +05:30
Thakee Nathees
c601e5cf90
Merge pull request #3 from ThakeeNathees/fiber-implementation
Fiber implemented and calling convention fixed.
2021-04-24 22:54:25 +05:30
Thakee Nathees
f7c3b2b8e2 fiber implemented and calling convention fixed. 2021-02-25 14:33:06 +05:30
Thakee Nathees
e6bcc7abe9 list close bracked line consume bug fix 2021-02-23 02:11:05 +05:30
Thakee Nathees
869d87256c debug information for compiled opcodes implemented 2021-02-17 23:57:24 +05:30
Thakee Nathees
d7495235aa a list of TODOs created 2021-02-16 23:58:03 +05:30
Thakee Nathees
1243bbad5b
Merge pull request #2 from ThakeeNathees/increment-operators
Increment operators
2021-02-16 11:49:18 +05:30
Thakee Nathees
6c88b99065 elif jump implemented 2021-02-16 11:46:47 +05:30
Thakee Nathees
f090089e4b increment operators implemented 2021-02-15 18:19:19 +05:30
Thakee Nathees
c69a5686bb Merge branch 'master' of https://github.com/ThakeeNathees/miniscript 2021-02-13 23:32:35 +05:30
Thakee Nathees
83144c9b30 submodule bug fixed 2021-02-13 23:07:38 +05:30
Thakee Nathees
d1e2d225dd
Merge pull request #1 from ThakeeNathees/function-literal
function literal implemented
2021-02-13 23:03:31 +05:30
Thakee Nathees
39a3172d69 function literal implemented 2021-02-13 22:54:00 +05:30
Thakee Nathees
38a22fea9f iterator implemented 2021-02-12 23:14:07 +05:30
Thakee Nathees
2b132409e2 import statement refactored to a builtin function 2021-02-12 12:39:33 +05:30
Thakee Nathees
21c57a6d39 vm implementations 2021-02-11 23:05:43 +05:30
Thakee Nathees
fb61ab147b vm implementations 2021-02-10 22:53:48 +05:30
Thakee Nathees
09d397bbfc opcodes implemented 2021-02-09 13:51:10 +05:30
Thakee Nathees
6317274d89 vm configuration implemented 2021-02-08 00:00:29 +05:30
Thakee Nathees
c77801daf3 initial commit 2021-02-07 13:17:58 +05:30